From 6d9bbfb4eb7d2c6b0cb9fb0ee5e6ab0b7dd0ea7a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 11 Jul 2007 19:19:51 +0000 Subject: [PATCH] fix focus cycle indicator positioning --- openbox/focus_cycle_indicator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_indicator.c b/openbox/focus_cycle_indicator.c index 203a85f..a7ebf01 100644 --- a/openbox/focus_cycle_indicator.c +++ b/openbox/focus_cycle_indicator.c @@ -167,7 +167,7 @@ void focus_cycle_draw_indicator(ObClient *c) RrPaint(a_focus_indicator, focus_indicator.top.win, w, h); - x = c->area.x; + x = c->frame->area.x; y = c->frame->area.y; w = wl; h = c->frame->area.height; -- 1.9.1