summaryrefslogtreecommitdiff
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
authoremersion <[email protected]>2018-04-29 13:44:37 +0100
committerGitHub <[email protected]>2018-04-29 13:44:37 +0100
commit78e3bc1329e865fe8df2da77693868f38380ab30 (patch)
tree472f59488b8ae77b5f296de8d17e5ba68d4407fb /include/sway/tree/container.h
parent24ab66d123ab493feb3c2343cbc9d93625b668d7 (diff)
parent976e6b99b62891a72e48fca21b93708e060c134a (diff)
Merge pull request #1854 from RyanDwyer/refactor-arrange-windows
Refactor arrange_windows()
Diffstat (limited to 'include/sway/tree/container.h')
-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 5f3afdc1..9c921fc4 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -75,6 +75,7 @@ struct sway_container {
double x, y;
// does not include borders or gaps.
double width, height;
+ double saved_width, saved_height;
list_t *children;