summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index d9f33b8a..29d4ea12 100644
--- a/include/container.h
+++ b/include/container.h
@@ -56,6 +56,7 @@ struct sway_container {
56 56
57 enum swayc_types type; 57 enum swayc_types type;
58 enum swayc_layouts layout; 58 enum swayc_layouts layout;
59 enum swayc_layouts prev_layout;
59 60
60 /** 61 /**
61 * Width and height of this container, without borders or gaps. 62 * Width and height of this container, without borders or gaps.