aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index 186ee8b6..6d64b490 100644
--- a/include/container.h
+++ b/include/container.h
@@ -48,6 +48,8 @@ struct sway_container {
48 48
49 char *name; 49 char *name;
50 50
51 int gaps;
52
51 list_t *children; 53 list_t *children;
52 list_t *floating; 54 list_t *floating;
53 55