JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented bar for dwm (I miss status text), I plan that status text is read from...
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index fc269a2..ec7a3cd 100644 (file)
--- 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;