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