X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/14133be5bd4d819579d62ad99c2b6de20040ff13..c02da9f87e5925ecbe7b3c75c14727508a0426c8:/draw.c?ds=inline diff --git a/draw.c b/draw.c index 10a011d..0459392 100644 --- a/draw.c +++ b/draw.c @@ -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;