]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
add more options for focus fallback, use an enum for all the types of fallbacks.
[chaz/openbox] / openbox / screen.c
index 3145a63c1d09f269ed8efe31b061da8cbb33cfd5..4b551b7e808c3a6d9efec3e12fdc1b11129dfa52 100644 (file)
@@ -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);
 }
This page took 0.019952 seconds and 4 git commands to generate.