aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 7acb607b..4c60530f 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -24,6 +24,7 @@ enum sway_container_type {
C_CONTAINER,
C_VIEW,
+ // Keep last
C_TYPES,
};
@@ -34,9 +35,6 @@ enum sway_container_layout {
L_STACKED,
L_TABBED,
L_FLOATING,
-
- // Keep last
- L_LAYOUTS,
};
enum sway_container_border {