mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
ipc: fix workspace::move calls argument order
This commit is contained in:
parent
07101a5707
commit
4bf253855f
3 changed files with 3 additions and 3 deletions
|
|
@ -283,7 +283,7 @@ static struct sway_container *container_output_destroy(
|
|||
container_remove_child(workspace);
|
||||
if (!workspace_is_empty(workspace)) {
|
||||
container_add_child(new_output, workspace);
|
||||
ipc_event_workspace(workspace, NULL, "move");
|
||||
ipc_event_workspace(NULL, workspace, "move");
|
||||
} else {
|
||||
container_destroy(workspace);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue