]> git.armaanb.net Git - dwm.git/blobdiff - draw.c
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 fc269a2a431dc2ca5f4a8a38ff5dd0559c999cd2..ec7a3cd5eb1d01f554be82e28e4f6eb0bd0851c4 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;