]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
Add input and bounding shapes support (#2742)
[i3/i3] / include / i3.h
index 93a7e0a34cf6ca5983fe41cf7298b369bd32d9fe..e7afe7e54b9ac48b4c08e0b854ccaa7575d7574f 100644 (file)
@@ -14,6 +14,7 @@
 #include <sys/time.h>
 #include <sys/resource.h>
 
+#include <xcb/shape.h>
 #include <xcb/xcb_keysyms.h>
 #include <xcb/xkb.h>
 
@@ -70,7 +71,7 @@ extern uint8_t root_depth;
 extern xcb_visualid_t visual_id;
 extern xcb_colormap_t colormap;
 
-extern bool xcursor_supported, xkb_supported;
+extern bool xcursor_supported, xkb_supported, shape_supported;
 extern xcb_window_t root;
 extern struct ev_loop *main_loop;
 extern bool only_check_config;