implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm

This commit is contained in:
Anselm R. Garbe
2006-07-14 10:07:38 +02:00
parent 1549faf3b9
commit 9cd686c93a
6 changed files with 95 additions and 31 deletions

2
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;