Browse Source

minor bugfix

master
Anselm R Garbe 17 years ago
parent
commit
69439715c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -1407,7 +1407,7 @@ setdefaultgeoms(void) {
mh = wh;
/* tile area */
tx = wx;
tx = mx + mw;
ty = wy;
tw = ww - mw;
th = wh;


Loading…
Cancel
Save