From: Dana Jansens Date: Mon, 5 Mar 2007 16:10:32 +0000 (+0000) Subject: don't use handle_height for focus indicators, use top_grip_height. is this better? X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=88204502a800f57b582e829d25cfeb899d444802;p=chaz%2Fopenbox don't use handle_height for focus indicators, use top_grip_height. is this better? --- diff --git a/openbox/focus.c b/openbox/focus.c index f867ff16..ad7252b8 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -391,7 +391,7 @@ void focus_cycle_draw_indicator() gint wt, wl, wr, wb; wt = wl = wr = wb = MAX(3, - ob_rr_theme->handle_height + + ob_rr_theme->top_grip_height + ob_rr_theme->fbwidth * 2); x = focus_cycle_target->frame->area.x;