t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ae0b4fdd92bc787f14ee21f1dd5c2ced06c6a36f
   DIR parent b3cea4d3886458a42f74490d604fe3586035f70b
   URI Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri, 12 Jan 2007 21:56:01 +0100
       
       added missing space
       Diffstat:
         M draw.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/draw.c b/draw.c
       t@@ -149,7 +149,7 @@ drawclient(Client *c) {
                XMapWindow(dpy, c->twin);
                dc.x = dc.y = 0;
                dc.w = c->tw;
       -        drawtext(c->name, dc.norm, False,False);
       +        drawtext(c->name, dc.norm, False, False);
                XCopyArea(dpy, dc.drawable, c->twin, dc.gc, 0, 0, c->tw, c->th, 0, 0);
                XSync(dpy, False);
        }