From 7c1e852e66768bfd6ba418348e8a1253d01787b7 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sun, 20 Apr 2025 08:26:06 +0100 Subject: fixed, fixed windows and unresizeable shennagins --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') 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; -- cgit v1.2.3