JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
minor bugfix
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 13:01:42 +0000 (13:01 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 13:01:42 +0000 (13:01 +0000)
dwm.c

diff --git a/dwm.c b/dwm.c
index 6d3cf80..0071379 100644 (file)
--- 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;