t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b5eea45a316a897632578a74c909aa336557b1d6
   DIR parent aa53e39ec0eb39949c5c03d56da08204d14d9ff9
   URI Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Fri, 10 Aug 2007 18:27:25 +0200
       
       let not overlap the borders
       Diffstat:
         M layout.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/layout.c b/layout.c
       t@@ -175,7 +175,7 @@ tile(const char *arg) {
                                }
                                resize(c, nx, ny, nw, nh, False);
                                if(n > 1 && th != wah)
       -                                ny += nh;
       +                                ny += nh + 2 * c->border;
                                i++;
                        }
                        else