diff draw.c @ 57:f005d46462e8

implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
author Anselm R. Garbe <garbeam@wmii.de>
date Fri, 14 Jul 2006 10:07:38 +0200
parents 989178822938
children 50450aa24a46
line wrap: on
line diff
--- a/draw.c	Fri Jul 14 08:45:30 2006 +0200
+++ b/draw.c	Fri Jul 14 10:07:38 2006 +0200
@@ -30,7 +30,7 @@
 }
 
 void
-draw(Bool border, const char *text)
+drawtext(const char *text, Bool border)
 {
 	int x, y, w, h;
 	unsigned int len;