minor bugfix

This commit is contained in:
Anselm R Garbe 2008-03-13 13:01:42 +00:00
parent f2e98f48fb
commit 69439715c0
1 changed files with 1 additions and 1 deletions

2
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;