aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-31 18:21:49 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-05-31 18:21:49 +1000
commitc04d115e6fb67b2a748ffc3ce0eeee1e6947d46a (patch)
tree1588d8d58a84c04fbc02f0e5701394a6ebf47de2 /include
parent9ae9ca444ef6852a84c8a48838c0ddc344c4fdc7 (diff)
Fix mpv damage issue when unfullscreening into floating
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 7362df5c..3df38e2d 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -51,6 +51,9 @@ struct sway_view {
double x, y;
int width, height;
+ double saved_x, saved_y;
+ int saved_width, saved_height;
+
// The size the view would want to be if it weren't tiled.
// Used when changing a view from tiled to floating.
int natural_width, natural_height;