]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
Only update the focus cycle indicator when already visible in frame.c to avoid overri...
[chaz/openbox] / openbox / frame.c
index ca5dbb6cf0b696403d69e519f7618e957e6b0ad0..704560bdd95aa2edbf6d1f8a95763521faa1d2e8 100644 (file)
@@ -590,7 +590,6 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
                                                  sidebwidth) * 2,
                                   self->bwidth);
 
-
                 if (sidebwidth) {
                     XMoveResizeWindow(ob_display, self->lgripleft,
                                       0,
@@ -852,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,
This page took 0.026615 seconds and 4 git commands to generate.