aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
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 */