aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
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);