dwm-meillo

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 diff
     1.1 --- a/draw.c	Fri Jul 14 08:45:30 2006 +0200
     1.2 +++ b/draw.c	Fri Jul 14 10:07:38 2006 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  }
     1.5  
     1.6  void
     1.7 -draw(Bool border, const char *text)
     1.8 +drawtext(const char *text, Bool border)
     1.9  {
    1.10  	int x, y, w, h;
    1.11  	unsigned int len;