summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-11-19 17:14:38 +0100
committerMikael Magnusson <mikachu@gmail.com>2008-11-19 17:14:44 +0100
commitb834f001869b9ec7d0600e031823063f4062d2f3 (patch)
treea72c8ae79ba736383c4cfe3f27cfe98304218ce4 /openbox/frame.c
parente59d06c7f3ede4911c8ab08c101f6b0322a0ea58 (diff)
Only update the focus cycle indicator when already visible in frame.c to avoid overriding bar=no
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c2
1 files changed, 1 insertions, 1 deletions
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,