1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-03-14 10:43:15 -07:00
This commit is contained in:
Anselm R Garbe 2008-05-11 20:22:20 +01:00
parent 7eb26288fc
commit 7ac4f8a4af

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;