X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fi3.h;h=93a7e0a34cf6ca5983fe41cf7298b369bd32d9fe;hp=254c4d23358bafb62fcc566e91acb66256ebc3c9;hb=HEAD;hpb=988cc3ccaf59a0c25d9df47337bb9bd8826f6b31 diff --git a/include/i3.h b/include/i3.h index 254c4d23..93a7e0a3 100644 --- a/include/i3.h +++ b/include/i3.h @@ -9,6 +9,8 @@ */ #pragma once +#include + #include #include @@ -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;