]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
fix travis build by switching away from deprecated-2017Q3 (#3650)
[i3/i3] / include / i3.h
index 254c4d23358bafb62fcc566e91acb66256ebc3c9..e7afe7e54b9ac48b4c08e0b854ccaa7575d7574f 100644 (file)
@@ -9,9 +9,12 @@
  */
 #pragma once
 
+#include <config.h>
+
 #include <sys/time.h>
 #include <sys/resource.h>
 
+#include <xcb/shape.h>
 #include <xcb/xcb_keysyms.h>
 #include <xcb/xkb.h>
 
@@ -68,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;