about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-15 12:36:42 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-15 12:36:42 +0200
commit9800518ae3505e54c0e52ea3d40050f279e722d6 (patch)
tree130cae3ef3727c4fb0cff2e5be3a7735cd9eae56 /main.c
parent5d831eaa94e1ef91e4227298bdd5eec7b2181caf (diff)
downloaddwm-9800518ae3505e54c0e52ea3d40050f279e722d6.tar.gz
renamed drawstatus into drawbar
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 338fed4..26bec25 100644
--- a/main.c
+++ b/main.c
@@ -326,7 +326,7 @@ main(int argc, char *argv[]) {
 	xerrorxlib = XSetErrorHandler(xerror);
 	XSync(dpy, False);
 	setup();
-	drawstatus();
+	drawbar();
 	scan();
 
 	/* main event loop, also reads status text from stdin */
@@ -359,7 +359,7 @@ main(int argc, char *argv[]) {
 				if(p > stext)
 					strncpy(stext, p + 1, sizeof stext);
 			}
-			drawstatus();
+			drawbar();
 		}
 		while(XPending(dpy)) {
 			XNextEvent(dpy, &ev);