aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-25 11:15:43 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-06-01 23:14:58 +1000
commit13a4b0512e25b8da6e16ca1286f8b62fcc24c5cc (patch)
tree5e03717e41e4af7282995b15b0938a6f07c4c74d /include/sway/tree/container.h
parentRespect view's border config for floating containers (diff)
downloadsway-13a4b0512e25b8da6e16ca1286f8b62fcc24c5cc.tar.gz
sway-13a4b0512e25b8da6e16ca1286f8b62fcc24c5cc.tar.zst
sway-13a4b0512e25b8da6e16ca1286f8b62fcc24c5cc.zip
Fix unfullscreening a floating view
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 71935697..e4f74b08 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -84,6 +84,7 @@ struct sway_container {
84 // Includes borders 84 // Includes borders
85 double x, y; 85 double x, y;
86 double width, height; 86 double width, height;
87 double saved_x, saved_y;
87 double saved_width, saved_height; 88 double saved_width, saved_height;
88 89
89 list_t *children; 90 list_t *children;