removed unnecessary bx, by, bw variables
This commit is contained in:
parent
1d63030665
commit
3c35b90dd3
3 changed files with 6 additions and 9 deletions
2
dwm.h
2
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue