t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 69439715c09ac36fe94f3cb7b1ed87149fc5ecff
   DIR parent f2e98f48fb3cb7558d705ba581767caccb4ea7be
   URI Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Thu, 13 Mar 2008 13:01:42 +0000
       
       minor bugfix
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dwm.c b/dwm.c
       t@@ -1407,7 +1407,7 @@ setdefaultgeoms(void) {
                mh = wh;
        
                /* tile area */
       -        tx = wx;
       +        tx = mx + mw;
                ty = wy;
                tw = ww - mw;
                th = wh;