swayfx/sway/tree
Ryan Dwyer f57a3919cf Move workspace moving code out of container_move_to
container_move_to handled moving containers to new parents, as well as
moving workspaces to new outputs.

This commit removes the workspace-moving code from this function and
introduces workspace_move_to_output. Moving workspaces using
container_move_to only happened from the move command, so it's been
implemented as a static function in that file.

Simplifying container_move_to makes it easier for me to fix some issues
in #2420.
2018-08-07 00:03:01 +10:00
..
arrange.c Separate root-related code 2018-08-04 14:01:20 +10:00
container.c Separate root-related code 2018-08-04 14:01:20 +10:00
layout.c Move workspace moving code out of container_move_to 2018-08-07 00:03:01 +10:00
output.c ipc: fix workspace::move calls argument order 2018-08-01 16:57:15 +01:00
root.c Move workspace pid code to root.c 2018-08-04 14:01:49 +10:00
view.c Move workspace pid code to root.c 2018-08-04 14:01:49 +10:00
workspace.c Move workspace pid code to root.c 2018-08-04 14:01:49 +10:00