diff options
Diffstat (limited to 'src/safe_x11/safex11.h')
-rw-r--r-- | src/safe_x11/safex11.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/safe_x11/safex11.h b/src/safe_x11/safex11.h new file mode 100644 index 0000000..bbf4e80 --- /dev/null +++ b/src/safe_x11/safex11.h @@ -0,0 +1,7 @@ +#ifndef _WM_EVENT_H_ +#define _WM_EVENT_H_ +#include <X11/Xlib.h> + +int select_next_event(Display *display, int x11_fd, XEvent *retval); + +#endif |