summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 11:50:26 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 11:50:26 +0200
commit93cf26414e379c721d0ce5a938ea3ca111dadbba (patch)
tree8aab91a097d1293f7be8950c754c939c7f73c0b0 /include/xcb.h
parenta8aac87bb0ae999e93249c927b14d431c74f7630 (diff)
xcb: Reorder and hide events callbacks
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xcb.h b/include/xcb.h
index 4db2c5cb..52201308 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -40,8 +40,6 @@ typedef struct _xcb_stuff xcb_stuff;
*/
extern xcb_stuff *xcb;
-gboolean main_loop_x11_event_handler ( xcb_generic_event_t *ev, G_GNUC_UNUSED gpointer data );
-
/**
* @param xcb the xcb data structure
*