tfoo - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c02da9f87e5925ecbe7b3c75c14727508a0426c8
 (DIR) parent 14133be5bd4d819579d62ad99c2b6de20040ff13
 (HTM) Author: arg@mmvi <unknown>
       Date:   Tue, 26 Sep 2006 13:41:51 +0200
       
       foo
       Diffstat:
         draw.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/draw.c b/draw.c
       t@@ -78,7 +78,7 @@ drawtext(const char *text, unsigned long col[ColLast]) {
        unsigned long
        getcolor(const char *colstr) {
                Colormap cmap = DefaultColormap(dpy, screen);
       -        XColor color;
       +        XColor color = {0};
        
                XAllocNamedColor(dpy, cmap, colstr, &color, &color);
                return color.pixel;