Fix unfullscreening a floating view

This commit is contained in:
Ryan Dwyer 2018-05-25 11:15:43 +10:00
parent 754cb7944c
commit 13a4b0512e
3 changed files with 31 additions and 18 deletions

View file

@ -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;