swayfx/sway/tree
Ryan Dwyer b864ac0149 Fix crash when unmapping a view with reapable parents
container_destroy was calling container_reap_empty, which calls
container_destroy and so on. Eventually the original container_destroy
would return a NULL pointer to the caller which caused a crash.

This also fixes an arrange on the wrong container when moving views in
and out of stacks.
2018-06-24 15:50:53 +10:00
..
arrange.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00
container.c Fix crash when unmapping a view with reapable parents 2018-06-24 15:50:53 +10:00
layout.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00
output.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00
view.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00
workspace.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00