t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6521c2dd4160099616fa10035aa0f0e595c86204
   DIR parent 9ee9ce7e140e31a829f540badb3ea122badc15f9
   URI Author: Anselm R.Garbe <arg@10ksloc.org>
       Date:   Thu, 10 Aug 2006 17:33:11 +0200
       
       respecting inc hints in floating mode on togglemax
       
       Diffstat:
         M client.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/client.c b/client.c
       t@@ -411,7 +411,7 @@ togglemax(Arg *arg)
                        sel->h = sh - 2 - bh;
        
                        higher(sel);
       -                resize(sel, False, TopLeft);
       +                resize(sel, arrange == dofloat, TopLeft);
        
                        sel->x = ox;
                        sel->y = oy;