]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
save the focus_client when falling back, so we don't actually refocus it when we...
[chaz/openbox] / openbox / screen.c
index 0d4f2fb3debe21d6a3ce9e037f48492de1fca40c..70de299d35acbc0bc879e91b2a7ada6292534644 100644 (file)
@@ -463,7 +463,7 @@ void screen_set_desktop(guint num)
 
     event_ignore_queued_enters();
 
-    focus_hilite = focus_fallback_target(TRUE);
+    focus_hilite = focus_fallback_target(TRUE, focus_client);
     if (focus_hilite) {
         frame_adjust_focus(focus_hilite->frame, TRUE);
 
This page took 0.019595 seconds and 4 git commands to generate.