diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-05 16:10:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-05 16:10:32 +0000 |
| commit | 88204502a800f57b582e829d25cfeb899d444802 (patch) | |
| tree | bd8e067b2db8db12c606e4e4752b9aa1a5e1aa78 | |
| parent | ec304c9e433e4b1cedf924ca64d783f05db7d42d (diff) | |
don't use handle_height for focus indicators, use top_grip_height. is this better?
| -rw-r--r-- | openbox/focus.c | 2 |
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; |
