diff --git a/openbox/screen.c b/openbox/screen.c index 72363cdc..c941e8da 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -302,7 +302,6 @@ void screen_set_desktop(guint num) /* focus the last focused window on the desktop, and ignore enter events from the switch so it doesnt mess with the focus */ - XSync(ob_display, FALSE); while (XCheckTypedEvent(ob_display, EnterNotify, &e)); focus_fallback(Fallback_Desktop);