X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scrotwm.c;h=0558a4cd94985f4060ac2c5c00073cea05d185e6;hb=838dae60f10a285d103e3ad26ef9fccaeadae159;hp=b488fd38f92ad88d3bf162cefd380649b1bce1f0;hpb=1d447f9ef24b3566543e5c0efe0474a911487d26;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index b488fd3..0558a4c 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -1883,7 +1883,7 @@ stack(void) { g.w -= 2; g.h -= 2; if (bar_enabled) { - if(!bar_at_bottom) + if (!bar_at_bottom) g.y += bar_height; g.h -= bar_height; }