mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
9 lines
135 B
C
9 lines
135 B
C
#ifndef _EVENTS_H
|
|
#define _EVENTS_H
|
|
|
|
#include <xcb/xcb.h>
|
|
#include <xcb/xcb_event.h>
|
|
|
|
void handle_event(xcb_generic_event_t*);
|
|
|
|
#endif
|