t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ded60365d4cb73d99febb76a2de820e7f93dc1fe
   DIR parent 629647dfee4251fc4856b70658dff35cf5634057
   URI Author: arg@mig29 <unknown>
       Date:   Tue, 12 Dec 2006 19:14:38 +0100
       
       removed Client->grav
       Diffstat:
         M client.c                            |       4 ----
         M dwm.h                               |       1 -
       
       2 files changed, 0 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/client.c b/client.c
       t@@ -289,10 +289,6 @@ updatesize(Client *c) {
                        c->minw = c->minh = 0;
                c->isfixed = (c->maxw && c->minw && c->maxh && c->minh &&
                                        c->maxw == c->minw && c->maxh == c->minh);
       -        if(c->flags & PWinGravity)
       -                c->grav = size.win_gravity;
       -        else
       -                c->grav = NorthWestGravity;
        }
        
        void
   DIR diff --git a/dwm.h b/dwm.h
       t@@ -80,7 +80,6 @@ struct Client {
                int rx, ry, rw, rh; /* revert geometry */
                int tx, ty, tw, th; /* title window geometry */
                int basew, baseh, incw, inch, maxw, maxh, minw, minh;
       -        int grav;
                long flags; 
                unsigned int border;
                Bool isfloat, isfixed, ismax;