From: Dana Jansens Date: Fri, 18 Apr 2003 08:41:35 +0000 (+0000) Subject: dont need to sync X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=a8b8f2fc80797f05e93440f74cf992013676a2a3;p=chaz%2Fopenbox dont need to sync --- 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);