From 9800518ae3505e54c0e52ea3d40050f279e722d6 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sat, 15 Sep 2007 12:36:42 +0200 Subject: renamed drawstatus into drawbar --- dwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 1a12322..cc8fd1a 100644 --- a/dwm.h +++ b/dwm.h @@ -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*/ -- cgit v1.2.3