]> code.delx.au - spectrwm/commitdiff
ugh > 80 cols
authorMarco Peereboom <marco@conformal.com>
Tue, 20 Jan 2009 06:23:18 +0000 (06:23 +0000)
committerMarco Peereboom <marco@conformal.com>
Tue, 20 Jan 2009 06:23:18 +0000 (06:23 +0000)
scrotwm.c

index 4885e6a4c9afc5d6fd58f97b0fa406d2ce0ede9a..3387f6f6ddf6157c95e1548f196b2f1f352a0da8 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -564,7 +564,8 @@ bar_refresh(void)
                TAILQ_FOREACH(r, &screens[i].rl, entry) {
                        wa.border_pixel = screens[i].bar_border;
                        wa.background_pixel = screens[i].bar_color;
-                       XChangeWindowAttributes(display, r->bar_window, CWBackPixel | CWBorderPixel, &wa);
+                       XChangeWindowAttributes(display, r->bar_window,
+                           CWBackPixel | CWBorderPixel, &wa);
                }
        bar_update();
 }