summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index c8410801..5eccedc1 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -40,7 +40,6 @@ enum sway_container_layout {
40 L_VERT, 40 L_VERT,
41 L_STACKED, 41 L_STACKED,
42 L_TABBED, 42 L_TABBED,
43 L_FLOATING,
44}; 43};
45 44
46enum sway_container_border { 45enum sway_container_border {
@@ -87,7 +86,7 @@ struct sway_container_state {
87 86
88 // Workspace properties 87 // Workspace properties
89 struct sway_container *ws_fullscreen; 88 struct sway_container *ws_fullscreen;
90 struct sway_container *ws_floating; 89 list_t *ws_floating;
91}; 90};
92 91
93struct sway_container { 92struct sway_container {