This commit is contained in:
Anselm R Garbe 2008-05-11 20:22:20 +01:00
parent 7eb26288fc
commit 7ac4f8a4af
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -1724,7 +1724,7 @@ updategeom(void) {
wx = sx;
wy = sy;
ww = sw;
sh = sh - bh;
wh = sh - bh;
/* master area geometry */
mfact = MFACT;