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 5b71033..00b81c0 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -89,6 +89,7 @@ typedef struct Client{
Window win;
uint x, y, h, w;
uint orig_x, orig_y, orig_w, orig_h;
+ Bool fixed;
Bool floating;
Bool fullscreen;
struct Client *next;