]> Dogcows Code - chaz/openbox/commitdiff
dont need to sync
authorDana Jansens <danakj@orodu.net>
Fri, 18 Apr 2003 08:41:35 +0000 (08:41 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 18 Apr 2003 08:41:35 +0000 (08:41 +0000)
openbox/screen.c

index 72363cdc74ee61f0bc9e41aebc51e80b005c0f36..c941e8daf3270dcd1166dd9ce2c16d7876bf3dfc 100644 (file)
@@ -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);
 
This page took 0.026304 seconds and 4 git commands to generate.