all repos — openbox @ 88204502a800f57b582e829d25cfeb899d444802

openbox fork - make it a bit more like ryudo

don't use handle_height for focus indicators, use top_grip_height. is this better?
Dana Jansens danakj@orodu.net
commit

88204502a800f57b582e829d25cfeb899d444802

parent

ec304c9e433e4b1cedf924ca64d783f05db7d42d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/focus.copenbox/focus.c

@@ -391,7 +391,7 @@ gint x, y, w, h;

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;