From a8b8f2fc80797f05e93440f74cf992013676a2a3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 Apr 2003 08:41:35 +0000 Subject: [PATCH] dont need to sync --- openbox/screen.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2