aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 3ea113a..911dcab 100644
--- a/dzen.h
+++ b/dzen.h
@@ -124,6 +124,11 @@ extern void drawtext(const char *text,
int reverse,
int line,
int aligne);
+extern char * parse_line(const char * text,
+ int linenr,
+ int align,
+ int reverse,
+ int nodraw);
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 */