diff options
author | uint23 <[email protected]> | 2025-04-30 20:24:03 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-30 20:24:03 +0100 |
commit | 6374574d44f7aedd3723152d0fb20d8bc5641ad5 (patch) | |
tree | d6896013a01374181849ce9f12b1749a15a6f625 /src/defs.h | |
parent | 9be021614868ee8dd832342db4c32e3fb81af3c6 (diff) |
fixed forefox PiP bug + made it so wm is recognisable
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |