7 lines
121 B
C
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
|