summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h
index 4f1877e3..bd92058d 100644
--- a/include/container.h
+++ b/include/container.h
@@ -11,7 +11,7 @@ enum swayc_types{
11 C_WORKSPACE, 11 C_WORKSPACE,
12 C_CONTAINER, 12 C_CONTAINER,
13 C_VIEW, 13 C_VIEW,
14 //Keep last 14 // Keep last
15 C_TYPES, 15 C_TYPES,
16}; 16};
17 17
@@ -22,7 +22,7 @@ enum swayc_layouts{
22 L_STACKED, 22 L_STACKED,
23 L_TABBED, 23 L_TABBED,
24 L_FLOATING, 24 L_FLOATING,
25 //Keep last 25 // Keep last
26 L_LAYOUTS, 26 L_LAYOUTS,
27}; 27};
28 28