]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
Merge pull request #3654 from chrhasse/next
[i3/i3] / include / i3.h
index 4d13d448f1395fdd97e13e82a477178e28ee4ea0..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,8 @@ 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;
+extern bool force_xinerama;