]> git.sur5r.net Git - i3/i3/blob - include/debug.h
Move stuff to include/ and src/
[i3/i3] / include / debug.h
1 #ifndef _DEBUG_H
2 #define _DEBUG_H
3
4 int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
5
6 #endif