i3
|
00001 /* 00002 * vim:ts=4:sw=4:expandtab 00003 * 00004 * i3 - an improved dynamic tiling window manager 00005 * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) 00006 * 00007 * debug.c: Debugging functions, especially FormatEvent, which prints unhandled 00008 * events. This code is from xcb-util. 00009 * 00010 */ 00011 #ifndef _DEBUG_H 00012 #define _DEBUG_H 00013 00014 int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e); 00015 00016 #endif