17 lines
305 B
C
17 lines
305 B
C
/*
|
|
* vim:ts=8:expandtab
|
|
*
|
|
* i3 - an improved dynamic tiling window manager
|
|
*
|
|
* (c) 2009 Michael Stapelberg and contributors
|
|
*
|
|
* See file LICENSE for license information.
|
|
*
|
|
*/
|
|
#ifndef _DEBUG_H
|
|
#define _DEBUG_H
|
|
|
|
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
|
|
|
|
#endif
|