X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;fp=dwm.h;h=cc8fd1ab0ac304346760c207c065fe756228d470;hp=1a123221d0a64482f12ac51d550b8746e2b057f2;hb=9800518ae3505e54c0e52ea3d40050f279e722d6;hpb=5d831eaa94e1ef91e4227298bdd5eec7b2181caf 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*/