commit 5427dc2

0uppy  ·  2026-03-15 15:01:04 +0000 UTC
parent 76ede27
slgro 1.1 - the cleanup update

Removed unused code that wasn't used for slgro
1 files changed,  +1, -15
+1, -15
 1@@ -39,8 +39,6 @@ struct client {
 2 	struct wl_list link;
 3 	struct swc_window* win;
 4 	struct screen* scr;
 5-	bool           mapped;
 6-	bool           floating;
 7 	bool           fullscreen;
 8 	int32_t        x;
 9 	int32_t        y;
10@@ -54,22 +52,11 @@ struct config {
11 	uint32_t       border_col_active;
12 	uint32_t       border_col_normal;
13 	uint32_t       border_width;
14-	uint32_t       gaps;
15-};
16-
17-struct grab {
18-	bool           active;
19-	bool           resize;
20-	struct client* c;
21 };
22 
23 struct screen {
24 	struct wl_list link;
25 	struct swc_screen* scr;
26-	int32_t        x;
27-	int32_t        y;
28-	uint32_t       w;
29-	uint32_t       h;
30 };
31 
32 struct wm {
33@@ -81,8 +68,7 @@ struct wm {
34 
35 	struct screen* sel_screen;
36 	struct client* sel_client;
37-	struct grab    grab;
38 	uint8_t        ws;
39 };
40 
41-#endif /* TYPES_H */
42+#endif /* TYPES_H */