From 093b8b359425f9b5b6de8c5ca488d51050ba4a6b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 11 Jul 2007 19:20:04 +0000 Subject: [PATCH] merge 7750 from trunk --- 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 203a85ff..a7ebf014 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; -- 2.34.1