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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 92d9ce06..b6ff4d30 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -283,7 +283,7 @@ static struct sway_container *container_output_destroy(
283 container_remove_child(workspace); 283 container_remove_child(workspace);
284 if (!workspace_is_empty(workspace)) { 284 if (!workspace_is_empty(workspace)) {
285 container_add_child(new_output, workspace); 285 container_add_child(new_output, workspace);
286 ipc_event_workspace(workspace, NULL, "move"); 286 ipc_event_workspace(NULL, workspace, "move");
287 } else { 287 } else {
288 container_destroy(workspace); 288 container_destroy(workspace);
289 } 289 }