summaryrefslogtreecommitdiffstats
path: root/include/xcb-internal.h
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 11:44:21 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 11:44:21 +0200
commita8aac87bb0ae999e93249c927b14d431c74f7630 (patch)
tree3e8d3d21a39abcd93eca67beffdd1ebea2f448bf /include/xcb-internal.h
parentda3d78ba13050103535cc6790ad247c04d08980b (diff)
xcb: Move GWater source in xcb.c
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'include/xcb-internal.h')
-rw-r--r--include/xcb-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
index ef151a79..53dc99a8 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -33,6 +33,7 @@
#include <xcb/xcb.h>
#include <xcb/xcb_ewmh.h>
+#include "libgwater-xcb.h"
#include "nkutils-bindings.h"
@@ -41,6 +42,8 @@
*/
struct _xcb_stuff
{
+ GMainLoop *main_loop;
+ GWaterXcbSource *source;
xcb_connection_t *connection;
xcb_ewmh_connection_t ewmh;
xcb_screen_t *screen;