diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-16 11:33:42 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-16 11:33:42 +0100 |
commit | 3c35b90dd3e79e42b115f850dee077eda9816363 (patch) | |
tree | ac5c9362798133e0f1a3b3c052b8fe8807cb3fee /dwm.h | |
parent | 1d63030665674496930612ef9a272afb6b75c174 (diff) | |
download | dwm-3c35b90dd3e79e42b115f850dee077eda9816363.tar.gz |
removed unnecessary bx, by, bw variables
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 2 |
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 */ |