From 88204502a800f57b582e829d25cfeb899d444802 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 5 Mar 2007 16:10:32 +0000 Subject: [PATCH] don't use handle_height for focus indicators, use top_grip_height. is this better? --- openbox/focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2