summaryrefslogtreecommitdiff
path: root/xcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcb.h')
-rw-r--r--xcb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xcb.h b/xcb.h
index 2790858..6659024 100644
--- a/xcb.h
+++ b/xcb.h
@@ -3,7 +3,6 @@
#include <xcb/xcb.h>
-int x_event_type(xcb_generic_event_t *event);
xcb_visualtype_t *get_root_visual_type(xcb_screen_t *s);
xcb_window_t open_fullscreen_window(xcb_connection_t *conn, xcb_screen_t *scr, char *color);
void grab_pointer_and_keyboard(xcb_connection_t *conn, xcb_screen_t *screen);