summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-30 20:24:03 +0100
committeruint23 <[email protected]>2025-04-30 20:24:03 +0100
commit6374574d44f7aedd3723152d0fb20d8bc5641ad5 (patch)
treed6896013a01374181849ce9f12b1749a15a6f625 /src/defs.h
parent9be021614868ee8dd832342db4c32e3fb81af3c6 (diff)
fixed forefox PiP bug + made it so wm is recognisable
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;