From 9cd686c93a80b4095d4ee0960bef320ccd9ea02c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 14 Jul 2006 10:07:38 +0200 Subject: implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index fc269a2..ec7a3cd 100644 --- a/draw.c +++ b/draw.c @@ -30,7 +30,7 @@ drawborder(void) } void -draw(Bool border, const char *text) +drawtext(const char *text, Bool border) { int x, y, w, h; unsigned int len; -- cgit v1.2.3-54-g00ecf