]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
roll back focus fallback change, so it behaves well with new stacking
[chaz/openbox] / openbox / screen.c
index 053757f7dde50258620ffec400dd0a14237549a8..0a5bf2d17f44138d6a0fcc229ffef8d2e53aee96 100644 (file)
@@ -465,7 +465,7 @@ void screen_set_desktop(guint num)
 
     event_ignore_queued_enters();
 
-    focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS, NULL);
+    focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS);
     if (focus_hilite) {
         frame_adjust_focus(focus_hilite->frame, TRUE);
 
This page took 0.020176 seconds and 4 git commands to generate.