commit 2c6cba4

0uppy  ·  2026-05-09 14:03:38 +0000 UTC
parent 047c3d2
slgro 1.3 - Added a decor config struct
1 files changed,  +3, -1
+3, -1
 1@@ -48,6 +48,8 @@ struct client {
 2 };
 3 
 4 struct config {
 5+    bool           decor_enabled;
 6+    struct         swc_decor decor;
 7 	uint32_t       motion_throttle_hz;
 8 	uint32_t       border_col_active;
 9 	uint32_t       border_col_normal;
10@@ -71,4 +73,4 @@ struct wm {
11 	uint8_t        ws;
12 };
13 
14-#endif /* TYPES_H */
15+#endif /* TYPES_H */%