mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Fix unfullscreening a floating view
This commit is contained in:
parent
754cb7944c
commit
13a4b0512e
3 changed files with 31 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue