about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
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 */