From 3de6ed4de308667aed2a492e90cbbec77def17f6 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Tue, 20 Jan 2009 06:23:18 +0000 Subject: [PATCH] ugh > 80 cols --- scrotwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- 1.7.10.4