summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-05 16:10:32 +0000
committerDana Jansens <danakj@orodu.net>2007-03-05 16:10:32 +0000
commit88204502a800f57b582e829d25cfeb899d444802 (patch)
treebd8e067b2db8db12c606e4e4752b9aa1a5e1aa78
parentec304c9e433e4b1cedf924ca64d783f05db7d42d (diff)
don't use handle_height for focus indicators, use top_grip_height. is this better?
-rw-r--r--openbox/focus.c2
1 files changed, 1 insertions, 1 deletions
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;