]> git.sur5r.net Git - i3/i3/blobdiff - include/i3.h
Merge branch 'release-4.16.1'
[i3/i3] / include / i3.h
index 254c4d23358bafb62fcc566e91acb66256ebc3c9..93a7e0a34cf6ca5983fe41cf7298b369bd32d9fe 100644 (file)
@@ -9,6 +9,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 #include <sys/time.h>
 #include <sys/resource.h>
 
@@ -72,3 +74,4 @@ extern bool xcursor_supported, xkb_supported;
 extern xcb_window_t root;
 extern struct ev_loop *main_loop;
 extern bool only_check_config;
+extern bool force_xinerama;