aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 1dc4be4b..b3368a2e 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -1089,6 +1089,7 @@ void container_set_geometry_from_floating_view(struct sway_container *con) {
1089 con->y = view->y - top; 1089 con->y = view->y - top;
1090 con->width = view->width + border_width * 2; 1090 con->width = view->width + border_width * 2;
1091 con->height = top + view->height + border_width; 1091 con->height = top + view->height + border_width;
1092 container_set_dirty(con);
1092} 1093}
1093 1094
1094bool container_is_floating(struct sway_container *container) { 1095bool container_is_floating(struct sway_container *container) {