hotfix
This commit is contained in:
parent
7eb26288fc
commit
7ac4f8a4af
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -1724,7 +1724,7 @@ updategeom(void) {
|
||||||
wx = sx;
|
wx = sx;
|
||||||
wy = sy;
|
wy = sy;
|
||||||
ww = sw;
|
ww = sw;
|
||||||
sh = sh - bh;
|
wh = sh - bh;
|
||||||
|
|
||||||
/* master area geometry */
|
/* master area geometry */
|
||||||
mfact = MFACT;
|
mfact = MFACT;
|
||||||
|
|
Loading…
Reference in a new issue