Browse Source

hotfix

main
Anselm R Garbe 16 years ago
parent
commit
7ac4f8a4af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
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;


Loading…
Cancel
Save