renamed drawstatus into drawbar

This commit is contained in:
Anselm R. Garbe
2007-09-15 12:36:42 +02:00
parent 5d831eaa94
commit 9800518ae3
6 changed files with 10 additions and 10 deletions

2
dwm.h
View File

@ -104,7 +104,7 @@ void updatesizehints(Client *c); /* update the size hint variables of c */
void updatetitle(Client *c); /* update the name of c */
/* draw.c */
void drawstatus(void); /* draw the bar */
void drawbar(void); /* draw the bar */
void drawtext(const char *text, unsigned long col[ColLast]); /* draw text */
unsigned int textw(const char *text); /* return the width of text in px*/