some minor fixes

This commit is contained in:
anselm@anselm1 2008-05-19 20:29:57 +01:00
parent 5f55af40ae
commit 103fb58a44
1 changed files with 2 additions and 2 deletions

2
dwm.c
View File

@ -1673,7 +1673,7 @@ updategeom(void) {
/* bar geometry */
bx = wx;
by = showbar ? (topbar ? 0 : wy + wh) : -bh;
by = showbar ? (topbar ? wy - bh : wy + wh) : -bh;
bw = ww;
/* update layout geometries */