]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle_indicator.c
remove trailing whitespace
[chaz/openbox] / openbox / focus_cycle_indicator.c
index 203a85ff92170c453e3549de246c6d81c218959b..790713145d09a540e5c4f9a94b40e2593f06dd25 100644 (file)
@@ -46,7 +46,7 @@ static Window create_window(Window parent, gulong mask,
     return XCreateWindow(ob_display, parent, 0, 0, 1, 1, 0,
                          RrDepth(ob_rr_inst), InputOutput,
                          RrVisual(ob_rr_inst), mask, attrib);
-                       
+
 }
 
 void focus_cycle_indicator_startup(gboolean reconfig)
@@ -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.02383 seconds and 4 git commands to generate.