]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / frame.c
index 8a7b1aef441f6206624d2af5893169fb80013a71..30630fbb53c3806598026d367c48b281e0c61ba2 100644 (file)
@@ -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,
This page took 0.021582 seconds and 4 git commands to generate.