]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
fallback to transient parents properly
[chaz/openbox] / openbox / screen.c
index ca3e12731e971960f511ac6195f6ef8d8e93718f..d97a732b58e3a1dad883a929c48ee0a73cfe709b 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);
+    focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS, NULL);
     if (focus_hilite) {
         frame_adjust_focus(focus_hilite->frame, TRUE);
 
This page took 0.022726 seconds and 4 git commands to generate.