t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4ca3d861f024d17aeee28744f935fd55dd89a285
   DIR parent 069e7a6e2412ea640f9d1d0ade565151f287ef56
   URI Author: arg@mig29 <unknown>
       Date:   Mon, 11 Dec 2006 09:42:16 +0100
       
       disabling configure() during resize
       Diffstat:
         M client.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/client.c b/client.c
       t@@ -291,7 +291,7 @@ resize(Client *c, Bool sizehints, Corner sticky) {
                else
                        wc.border_width = BORDERPX;
                XConfigureWindow(dpy, c->win, CWX | CWY | CWWidth | CWHeight | CWBorderWidth, &wc);
       -        configure(c);
       +        /*configure(c);*/
                XSync(dpy, False);
        }