aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-11 10:17:25 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-11 10:17:25 +0000
commitfaf43c6311d3445fd142307eab2ec2765e3d3d7d (patch)
treec6e62941995d8ae59c1710cfe72e051f2fbb9188 /dzen.h
parent2bf490e772921d34d70c96dd138bc1b899894451 (diff)
downloaddzen-faf43c6311d3445fd142307eab2ec2765e3d3d7d.tar.gz
dzen-faf43c6311d3445fd142307eab2ec2765e3d3d7d.zip
code clean und and rearrangement
git-svn-id: http://dzen.googlecode.com/svn/trunk@17 f2baff5b-bf2c-0410-a398-912abdc3d8b2
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 1f266be..e9ea535 100644
--- a/dzen.h
+++ b/dzen.h
@@ -106,6 +106,9 @@ struct DZEN {
extern Dzen dzen;
+void free_buffer(void);
+void x_draw_body(void);
+
/* draw.c */
extern void drawtext(const char *text,
int reverse,
@@ -113,6 +116,8 @@ extern void drawtext(const char *text,
extern unsigned 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);
+extern void drawbody(char *text);
/* util.c */
extern void *emalloc(unsigned int size); /* allocates memory, exits on error */