about summary refs log tree commit diff stats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-13 13:01:42 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-13 13:01:42 +0000
commit69439715c09ac36fe94f3cb7b1ed87149fc5ecff (patch)
tree16508c27e0250556dd34c649eb6bbfd176617cbd /dwm.c
parentf2e98f48fb3cb7558d705ba581767caccb4ea7be (diff)
downloaddwm-69439715c09ac36fe94f3cb7b1ed87149fc5ecff.tar.gz
minor bugfix
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 6d3cf80..0071379 100644
--- 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;