skip ConfigureNotify events with --force_xinerama

This prevents an i3 crash under certain conditions when running the tests.
This commit is contained in:
Michael Stapelberg
2017-10-03 10:00:55 +02:00
parent 7208df2d38
commit 8e528d2de8
3 changed files with 11 additions and 2 deletions

View File

@ -74,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;