]> git.sur5r.net Git - i3/i3/blob - include/debug.h
Merge branch 'fix-i3bar-man'
[i3/i3] / include / debug.h
1 /*
2  * vim:ts=8:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  *
6  * (c) 2009 Michael Stapelberg and contributors
7  *
8  * See file LICENSE for license information.
9  *
10  */
11 #ifndef _DEBUG_H
12 #define _DEBUG_H
13
14 int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
15
16 #endif