diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 12:36:42 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 12:36:42 +0200 |
commit | 9800518ae3505e54c0e52ea3d40050f279e722d6 (patch) | |
tree | 130cae3ef3727c4fb0cff2e5be3a7735cd9eae56 /dwm.h | |
parent | 5d831eaa94e1ef91e4227298bdd5eec7b2181caf (diff) | |
download | dwm-9800518ae3505e54c0e52ea3d40050f279e722d6.tar dwm-9800518ae3505e54c0e52ea3d40050f279e722d6.tar.gz dwm-9800518ae3505e54c0e52ea3d40050f279e722d6.tar.bz2 |
renamed drawstatus into drawbar
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*/ |