From bd864012cd17f68c3a25ccfc2fc6cfd304c557f2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Jan 2010 15:35:47 -0500 Subject: [PATCH] Make the focus cycle indicator follow target fallback in the popup --- openbox/focus_cycle.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index 40436683..da9cd4cc 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -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(); -- 2.44.0