aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-14 14:35:37 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-14 14:35:37 +0000
commit35b3752eb2c16a0a256fa7a0bdc410ca4eaa0ad8 (patch)
treed4b0f5ae06edec33cd4cafbcec81b1f1dd440e5e /dzen.h
parent81eed5c092eb40fd6e1256b2b1d160b2ba5bb426 (diff)
downloaddzen-35b3752eb2c16a0a256fa7a0bdc410ca4eaa0ad8.tar.gz
dzen-35b3752eb2c16a0a256fa7a0bdc410ca4eaa0ad8.zip
proper check if can allocate the requested color
git-svn-id: http://dzen.googlecode.com/svn/trunk@99 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dzen.h b/dzen.h
index 654cdb6..98ad59d 100644
--- a/dzen.h
+++ b/dzen.h
@@ -123,7 +123,7 @@ extern void drawtext(const char *text,
int reverse,
int line,
int aligne);
-extern unsigned long getcolor(const char *colstr); /* returns color of colstr */
+extern long getcolor(const char *colstr); /* returns color of colstr */
extern void setfont(const char *fontstr); /* sets global font */
extern unsigned int textw(const char *text); /* returns width of text in px */
extern void drawheader(char *text);