]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.c
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / openbox / focus_cycle.c
index 39d704cc3e5af02e454234ef749819c81c1e6b27..6d4cc2a5ea932188b4ff908e8051916b1036d6d1 100644 (file)
@@ -93,7 +93,8 @@ void focus_cycle_reorder()
         focus_cycle_update_indicator(focus_cycle_target);
         if (!focus_cycle_target)
             focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE,
-                        TRUE, TRUE, TRUE, TRUE, TRUE);
+                        TRUE, TRUE, OB_FOCUS_CYCLE_POPUP_MODE_NONE,
+                        TRUE, TRUE);
     }
 }
 
This page took 0.020228 seconds and 4 git commands to generate.