summaryrefslogtreecommitdiff
path: root/xcb.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2010-07-20 20:13:40 +0200
committerMichael Stapelberg <michael@stapelberg.de>2010-07-20 20:13:40 +0200
commit9d19a8bb53d7285ba352004e47e76474f20ab7c2 (patch)
tree566d9361e46d82e94dfff0ddcd863aa3bac28c26 /xcb.h
parent6a52ba8beabbb26ebcd2716d4c2734cb7500a33d (diff)
make event loop simpler (Thanks to Jamey Sharp)
As explained in Jamey’s post on the XCB mailing list, the event loop can/should be written in a more simple way than it was before in xcb-event. See: <AANLkTinhIM320wUjSeHkBTVk4ysBuiSZkvfs8pMLVykO@mail.gmail.com> or http://lists.freedesktop.org/archives/xcb/2010-July/006292.html
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);