reverted accidental removal of sx, sy
This commit is contained in:
parent
52f0b9e2e3
commit
74cbbe5f35
2 changed files with 6 additions and 5 deletions
2
dwm.h
2
dwm.h
|
@ -87,7 +87,7 @@ typedef struct {
|
|||
|
||||
extern const char *tags[]; /* all tags */
|
||||
extern char stext[256]; /* status text */
|
||||
extern int screen, sw, sh; /* screen geometry */
|
||||
extern int screen, sx, sy, sw, sh; /* screen geometry */
|
||||
extern int wax, way, wah, waw; /* windowarea geometry */
|
||||
extern unsigned int bh, blw; /* bar height, bar layout label width */
|
||||
extern unsigned int master, nmaster; /* master percent, number of master clients */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue