reverting last patch, that sucks, I don't care about retarded apps like gvim - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9ee9ce7e140e31a829f540badb3ea122badc15f9
 (DIR) parent 9d39da645277561be4ccec5ce431ef3fd6469c7c
 (HTM) Author: Anselm R.Garbe <arg@10ksloc.org>
       Date:   Thu, 10 Aug 2006 16:37:13 +0200
       
       reverting last patch, that sucks, I don't care about retarded apps like gvim
       
       Diffstat:
         M client.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/client.c b/client.c
       @@ -411,7 +411,7 @@ togglemax(Arg *arg)
                        sel->h = sh - 2 - bh;
        
                        higher(sel);
       -                resize(sel, True, TopLeft);
       +                resize(sel, False, TopLeft);
        
                        sel->x = ox;
                        sel->y = oy;