diff options
author | uint23 <https://uint23.xyz/> | 2025-04-20 08:26:06 +0100 |
---|---|---|
committer | uint23 <https://uint23.xyz/> | 2025-04-20 08:26:06 +0100 |
commit | 7c1e852e66768bfd6ba418348e8a1253d01787b7 (patch) | |
tree | 82aa6bf7fc9ca26811648e931edf4d753a1553ca /src/defs.h | |
parent | aedc92cc401cd28c737c3ca11b3629ec11d1abfd (diff) |
fixed, fixed windows and unresizeable shennagins
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{ 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; |