From 13a4b0512e25b8da6e16ca1286f8b62fcc24c5cc Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Fri, 25 May 2018 11:15:43 +1000 Subject: Fix unfullscreening a floating view --- include/sway/tree/container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf