2009-02-13 20:33:31 -05:00
|
|
|
/*
|
2011-10-25 16:19:38 -04:00
|
|
|
* vim:ts=4:sw=4:expandtab
|
2009-02-13 20:33:31 -05:00
|
|
|
*
|
|
|
|
* i3 - an improved dynamic tiling window manager
|
2011-10-25 16:19:38 -04:00
|
|
|
* © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
|
2009-02-13 20:33:31 -05:00
|
|
|
*
|
2011-10-25 16:19:38 -04:00
|
|
|
* debug.c: Debugging functions, especially FormatEvent, which prints unhandled
|
|
|
|
* events. This code is from xcb-util.
|
2009-02-13 20:33:31 -05:00
|
|
|
*
|
|
|
|
*/
|
2013-12-28 21:11:50 -05:00
|
|
|
#pragma once
|
2009-02-13 13:04:45 -05:00
|
|
|
|
|
|
|
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
|