t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e4ad3205995865f53b806a912bc7beb44fb90598
   DIR parent a200c39635dcbd1cb1109353f9c2acab983c8606
   URI Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Mon, 13 Aug 2007 19:22:51 +0200
       
       small bugfix
       Diffstat:
         M tile.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tile.c b/tile.c
       t@@ -12,7 +12,7 @@ void
        addtomwfact(const char *arg) {
                double delta;
        
       -        if(isarrange(tile))
       +        if(!isarrange(tile))
                        return;
        
                /* arg handling, manipulate mwfact */