aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-25 11:15:43 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-05-25 11:15:43 +1000
commitb6b73e6b86bae9d47318f61d9157c9b1488b251d (patch)
tree5e03717e41e4af7282995b15b0938a6f07c4c74d /include
parent34e3e4ec54e134c2675379bcb6b10796f14c9556 (diff)
Fix unfullscreening a floating view
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 {
// Includes borders
double x, y;
double width, height;
+ double saved_x, saved_y;
double saved_width, saved_height;
list_t *children;