pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14133be
)
foo
author
arg@mmvi
<unknown>
Tue, 26 Sep 2006 11:41:51 +0000
(13:41 +0200)
committer
arg@mmvi
<unknown>
Tue, 26 Sep 2006 11:41:51 +0000
(13:41 +0200)
draw.c
patch
|
blob
|
history
diff --git
a/draw.c
b/draw.c
index
10a011d
..
0459392
100644
(file)
--- 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;