summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;