dwm.h
changeset 987 ea0cef59c3a3
parent 971 b2a0dfa22b1d
child 988 aea51354bbe6
--- a/dwm.h	Sat Sep 15 10:35:18 2007 +0200
+++ b/dwm.h	Sat Sep 15 12:36:42 2007 +0200
@@ -104,7 +104,7 @@
 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*/