swayfx/include/sway/tree
Ryan Dwyer b6058703fa Refactor destroy functions and save workspaces when there's no outputs
This changes the destroy functions to the following:

* output_begin_destroy
* output_destroy
* workspace_begin_destroy
* workspace_destroy
* container_begin_destroy
* container_destroy
* view_begin_destroy
* view_destroy

The terminology was `destroy` and `free`, and it has been changed to
`begin_destroy` and `destroy` respectively.

When the last output is disconnected, its workspaces will now be stashed
in the root. Upon connection of a new output they will be restored.

There is a new function `workspace_consider_destroy` which decides
whether the given workspace should be destroyed or not (ie. empty and
not visible).

Calling container_begin_destroy will no longer automatically reap the
parents. In some places we want to reap the parents and in some we
don't, so this is left to the caller.

container_reap_empty_recursive and container_reap_empty have been
combined into one function and it will recurse up the tree.
2018-08-24 22:17:28 +10:00
..
arrange.h Simplify transactions by utilising a dirty flag on containers 2018-07-14 23:14:55 +10:00
container.h Refactor destroy functions and save workspaces when there's no outputs 2018-08-24 22:17:28 +10:00
layout.h Replace enum resize_edge with wlr_edges 2018-08-21 12:41:57 +10:00
output.h move output create to its own file 2018-04-03 20:00:09 -04:00
root.h Refactor destroy functions and save workspaces when there's no outputs 2018-08-24 22:17:28 +10:00
view.h Refactor destroy functions and save workspaces when there's no outputs 2018-08-24 22:17:28 +10:00
workspace.h Refactor destroy functions and save workspaces when there's no outputs 2018-08-24 22:17:28 +10:00