reverted accidental removal of sx, sy

This commit is contained in:
Anselm R. Garbe
2007-02-21 11:49:06 +01:00
parent 52f0b9e2e3
commit 74cbbe5f35
2 changed files with 6 additions and 5 deletions

2
dwm.h
View File

@ -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 */