]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
oh, 2 things in this commit..
[chaz/openbox] / openbox / screen.c
index dcb9cd132f33a02c5e7b90f7516a2e9c8bf71fc4..0d4f2fb3debe21d6a3ce9e037f48492de1fca40c 100644 (file)
@@ -463,7 +463,7 @@ void screen_set_desktop(guint num)
 
     event_ignore_queued_enters();
 
-    focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS);
+    focus_hilite = focus_fallback_target(TRUE);
     if (focus_hilite) {
         frame_adjust_focus(focus_hilite->frame, TRUE);
 
@@ -893,7 +893,7 @@ void screen_show_desktop(gboolean show)
                 client_validate(it->data) && client_focus(it->data))
                 break;
     } else {
-        focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS);
+        focus_fallback(TRUE);
     }
 
     show = !!show; /* make it boolean */
This page took 0.020454 seconds and 4 git commands to generate.