]> Dogcows Code - chaz/openbox/commitdiff
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 203a85ff92170c453e3549de246c6d81c218959b..a7ebf0140da6d40799cdb36e168545092066f8b3 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;
This page took 0.02443 seconds and 4 git commands to generate.