aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r--sway/tree/layout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index b54dc2fe..6d4cd088 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -183,6 +183,8 @@ void container_move_to(struct sway_container *container,
183 } 183 }
184 container_sort_workspaces(new_parent); 184 container_sort_workspaces(new_parent);
185 seat_set_focus(seat, new_parent); 185 seat_set_focus(seat, new_parent);
186 workspace_output_raise_priority(container, old_parent, new_parent);
187 ipc_event_workspace(container, NULL, "move");
186 } 188 }
187 container_notify_subtree_changed(old_parent); 189 container_notify_subtree_changed(old_parent);
188 container_notify_subtree_changed(new_parent); 190 container_notify_subtree_changed(new_parent);