diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2008-11-19 17:43:56 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2008-11-19 17:43:56 +0100 |
| commit | 90cecafa3de2f118e550622932d1d30266c71226 (patch) | |
| tree | ebf9f727514069e1e340f072539d6e199d190858 /openbox/frame.c | |
| parent | bd2db36b6cbbc04614e0444fbf652f0a24f8f3ac (diff) | |
| parent | b834f001869b9ec7d0600e031823063f4062d2f3 (diff) | |
Merge branch 'backport' into work
Diffstat (limited to 'openbox/frame.c')
| -rw-r--r-- | openbox/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 8a7b1aef..30630fbb 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -850,7 +850,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(obt_display, self->label, self->label_width, |
