X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=3387f6f6ddf6157c95e1548f196b2f1f352a0da8;hb=7d11bca214584f4b24501d494b59760e0a75cab1;hp=4885e6a4c9afc5d6fd58f97b0fa406d2ce0ede9a;hpb=5171f26a513245b291498e8bdeef3ce0aa4d124f;p=spectrwm.git 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(); }