This commit is contained in:
Benedikt Heine 2018-10-08 17:36:53 +02:00
parent 1f4cd4bd15
commit 516161e765

View File

@ -335,7 +335,7 @@ gboolean x_mainloop_fd_dispatch(GSource *source, GSourceFunc callback, gpointer
case FocusIn: case FocusIn:
case FocusOut: case FocusOut:
case PropertyNotify: case PropertyNotify:
LOG_D("XEvent: Checking for active sceen changes"); LOG_D("XEvent: Checking for active screen changes");
fullscreen_now = have_fullscreen_window(); fullscreen_now = have_fullscreen_window();
scr = get_active_screen(); scr = get_active_screen();