X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=02832cea8c7f8ab428490694acbf7b65ce864f7f;hb=1fdb434f5ddac7280676fbe91bed8a3d4d21b850;hp=ad7252b8db81668bf26629094f1c08f971e7d8b9;hpb=88204502a800f57b582e829d25cfeb899d444802;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index ad7252b8..02832cea 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -391,7 +391,8 @@ void focus_cycle_draw_indicator() gint wt, wl, wr, wb; wt = wl = wr = wb = MAX(3, - ob_rr_theme->top_grip_height + + MAX(1, MAX(ob_rr_theme->paddingx, + ob_rr_theme->paddingy)) * 2 + ob_rr_theme->fbwidth * 2); x = focus_cycle_target->frame->area.x;