bspwm/events.h
2012-08-01 12:56:57 +02:00

6 lines
86 B
C

#ifndef _EVENTS_H
#define _EVENTS_H
void handle_event(xcb_generic_event_t*);
#endif