From b834f001869b9ec7d0600e031823063f4062d2f3 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 19 Nov 2008 17:14:38 +0100 Subject: Only update the focus cycle indicator when already visible in frame.c to avoid overriding bar=no --- openbox/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/frame.c') diff --git a/openbox/frame.c b/openbox/frame.c index 235dd30b..704560bd 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -851,7 +851,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved, /* if this occurs while we are focus cycling, the indicator needs to match the changes */ if (focus_cycle_target == self->client) - focus_cycle_draw_indicator(self->client); + focus_cycle_update_indicator(self->client); } if (resized && (self->decorations & OB_FRAME_DECOR_TITLEBAR)) XResizeWindow(ob_display, self->label, self->label_width, -- cgit v1.2.3