about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-20 13:40:31 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-20 13:40:31 +0100
commitf4d15b1fec52bdd6d512577fd96490efaddb55eb (patch)
tree15543a14e188515cdd33297113e5c0d9d2344c09 /dwm.h
parent355beb53f085f51f49159bc9822922c11fbddd26 (diff)
downloaddwm-f4d15b1fec52bdd6d512577fd96490efaddb55eb.tar.gz
separating drawsquare from drawtext, made drawtext extern
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 822f959..36033fe 100644
--- a/dwm.h
+++ b/dwm.h
@@ -131,6 +131,8 @@ extern void versatile(void);			/* arranges all windows versatile */
 
 /* main.c */
 extern void drawstatus(void);			/* draw the bar */
+extern void drawtext(const char *text,
+		unsigned long col[ColLast]);	/* draw text */
 extern unsigned int textw(const char *text);	/* return the width of text in px*/
 extern void quit(Arg *arg);			/* quit dwm nicely */
 extern void sendevent(Window w, Atom a, long value);	/* send synthetic event to w */
/a>