From: Marco Peereboom Date: Tue, 20 Jan 2009 06:23:18 +0000 (+0000) Subject: ugh > 80 cols X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=3de6ed4de308667aed2a492e90cbbec77def17f6;p=spectrwm.git ugh > 80 cols --- diff --git a/scrotwm.c b/scrotwm.c index 4885e6a..3387f6f 100644 --- 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(); }