about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-16 11:33:42 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-16 11:33:42 +0100
commit3c35b90dd3e79e42b115f850dee077eda9816363 (patch)
treeac5c9362798133e0f1a3b3c052b8fe8807cb3fee /dwm.h
parent1d63030665674496930612ef9a272afb6b75c174 (diff)
downloaddwm-3c35b90dd3e79e42b115f850dee077eda9816363.tar.gz
removed unnecessary bx, by, bw variables
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 03f8c1f..171cb80 100644
--- a/dwm.h
+++ b/dwm.h
@@ -90,7 +90,7 @@ struct Client {
 
 extern const char *tags[];			/* all tags */
 extern char stext[256];				/* status text */
-extern int bx, by, bw, bh, bmw;			/* bar geometry, bar mode label width */
+extern int bh, bmw;				/* bar height, bar mode label width */
 extern int screen, sx, sy, sw, sh;		/* screen geometry */
 extern int wax, way, wah, waw;			/* windowarea geometry */
 extern unsigned int master, nmaster;		/* master percent, number of master clients */