fix focus cycle indicator positioning
authorDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 19:19:51 +0000 (19:19 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 19:19:51 +0000 (19:19 +0000)
openbox/focus_cycle_indicator.c

index 203a85f..a7ebf01 100644 (file)
@@ -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;