X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=4b551b7e808c3a6d9efec3e12fdc1b11129dfa52;hb=c99bb4a049d29d2546074365ab76cecad4d1f65b;hp=3145a63c1d09f269ed8efe31b061da8cbb33cfd5;hpb=40bfb2b6e5249608f6f7d0c8012ca44f67883843;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index 3145a63c..4b551b7e 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -290,7 +290,7 @@ void screen_set_desktop(guint num) from the switch so it doesnt mess with the focus */ XSync(ob_display, FALSE); while (XCheckTypedEvent(ob_display, EnterNotify, &e)); - focus_fallback(TRUE); + focus_fallback(Fallback_Desktop); dispatch_ob(Event_Ob_Desktop, num, old); }