]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.c
Make the focus cycle indicator follow target fallback in the popup
[chaz/openbox] / openbox / focus_cycle.c
index 4043668344496cc52323bbc01d7f6225bf409200..da9cd4cca65c6e9ff37b087bc100357eef1defc4 100644 (file)
@@ -75,10 +75,8 @@ void focus_cycle_addremove(ObClient *c, gboolean redraw)
         v = focus_cycle_valid(c);
         s = focus_cycle_popup_is_showing(c);
 
-        if (v != s) {
-            focus_cycle_target =
-                focus_cycle_popup_refresh(focus_cycle_target, redraw);
-        }
+        if (v != s)
+            focus_cycle_reorder();
     }
     else if (redraw) {
         focus_cycle_reorder();
This page took 0.020084 seconds and 4 git commands to generate.