layout.c
changeset 878 d2ae55f83f9f
parent 875 73cd10af065a
child 880 f330be522eca
--- a/layout.c	Mon May 14 16:24:01 2007 +0200
+++ b/layout.c	Tue May 15 12:09:18 2007 +0200
@@ -217,6 +217,12 @@
 }
 
 void
+togglebar(const char *arg) {
+	bpos = (bpos == BarOff) ? BARPOS : BarOff;
+	updatebarpos();
+}
+
+void
 togglemax(const char *arg) {
 	XEvent ev;