gri3-wm/include/debug.h

7 lines
121 B
C

#ifndef _DEBUG_H
#define _DEBUG_H
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
#endif