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