don't use handle_height for focus indicators, use top_grip_height. is this better?
authorDana Jansens <danakj@orodu.net>
Mon, 5 Mar 2007 16:10:32 +0000 (16:10 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 5 Mar 2007 16:10:32 +0000 (16:10 +0000)
openbox/focus.c

index f867ff1..ad7252b 100644 (file)
@@ -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;