t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit bfa5869da154a0bd356d31cb7fe0d7b97fbc4e9d
   DIR parent 087a55f8d35f72560c5a266ee0eb91417e6f58fc
   URI Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Mon, 18 Aug 2008 10:21:24 +0100
       
       abc...
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dwm.c b/dwm.c
       t@@ -568,8 +568,8 @@ drawsquare(Bool filled, Bool empty, Bool invert, unsigned long col[ColLast]) {
        
        void
        drawtext(const char *text, unsigned long col[ColLast], Bool invert) {
       -        int i, x, y, h, len, olen;
                char buf[256];
       +        int i, x, y, h, len, olen;
                XRectangle r = { dc.x, dc.y, dc.w, dc.h };
        
                XSetForeground(dpy, dc.gc, col[invert ? ColFG : ColBG]);