suckless/dwm

minor bugfix (69439715c09ac36fe94f3cb7b1ed87149fc5ecff)
Repositories | README | LICENSE

commit 69439715c09ac36fe94f3cb7b1ed87149fc5ecff
parent f2e98f48fb3cb7558d705ba581767caccb4ea7be
Author: Anselm R Garbe <[email protected]>
Date:   Thu, 13 Mar 2008 13:01:42 +0000

minor bugfix
Diffstat:
Mdwm.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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