aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-17 17:48:03 +0100
committerFederico Angelilli <code@fedang.net>2023-11-17 17:48:03 +0100
commitfe3ed50e1da2bb4ced3172e86a3b244a9c3d4f1c (patch)
treed78e5535144910508eb0c629253f386f16dcffe5 /src/window.h
parent032af5aeb9bd80b933672ca4b5360c33baa8d42e (diff)
Add buttons and update draw
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 77f2d91..ea1209a 100644
--- a/src/window.h
+++ b/src/window.h
@@ -2,6 +2,8 @@
#define COMET_WINDOW_H
#include <cairo.h>
+#include <xcb/xcb.h>
+#include <xcb/xcb_aux.h>
#include "connect.h"