aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/container.h')
-rw-r--r--include/sway/container.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 1d0fb265..f0574b1b 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -44,6 +44,9 @@ enum swayc_layouts {
44 L_AUTO_TOP, 44 L_AUTO_TOP,
45 L_AUTO_BOTTOM, 45 L_AUTO_BOTTOM,
46 46
47 L_AUTO_FIRST = L_AUTO_LEFT,
48 L_AUTO_LAST = L_AUTO_BOTTOM,
49
47 // Keep last 50 // Keep last
48 L_LAYOUTS, 51 L_LAYOUTS,
49}; 52};