summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index c20dd58..9257fbc 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -89,6 +89,7 @@ typedef struct Client{
int x, y, h, w;
int orig_x, orig_y, orig_w, orig_h;
int mon;
+ int ws;
Bool fixed;
Bool floating;
Bool fullscreen;