diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 11:49:06 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 11:49:06 +0100 |
commit | 74cbbe5f3549cc3f95f9bf14a356ecfbb9a8f481 (patch) | |
tree | db6a1908dcfd3718084f504696741cdc6331c5b5 /dwm.h | |
parent | 52f0b9e2e3e7eba1e7d2b940863d9a72fa8112d6 (diff) | |
download | dwm-74cbbe5f3549cc3f95f9bf14a356ecfbb9a8f481.tar.gz |
reverted accidental removal of sx, sy
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 4e7e551..f74c17b 100644 --- a/dwm.h +++ b/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 */ |