mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
6 lines
86 B
C
6 lines
86 B
C
#ifndef _EVENTS_H
|
|
#define _EVENTS_H
|
|
|
|
void handle_event(xcb_generic_event_t*);
|
|
|
|
#endif
|