summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 2fd03067..fdbb2922 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -182,6 +182,9 @@ static struct sway_container *container_workspace_destroy(
182 } 182 }
183 183
184 _container_destroy(workspace); 184 _container_destroy(workspace);
185
186 output_damage_whole(output->sway_output);
187
185 return parent; 188 return parent;
186} 189}
187 190