aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 71935697..e4f74b08 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -84,6 +84,7 @@ struct sway_container {
84 // Includes borders 84 // Includes borders
85 double x, y; 85 double x, y;
86 double width, height; 86 double width, height;
87 double saved_x, saved_y;
87 double saved_width, saved_height; 88 double saved_width, saved_height;
88 89
89 list_t *children; 90 list_t *children;