X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=02832cea8c7f8ab428490694acbf7b65ce864f7f;hb=1fdb434f5ddac7280676fbe91bed8a3d4d21b850;hp=f867ff16b7960e4a716583bcf5927398a91caf1d;hpb=ec304c9e433e4b1cedf924ca64d783f05db7d42d;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index f867ff16..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->handle_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;