swayfx/sway/tree
Ryan Dwyer 6b8bf10941 Introduce container_is_scratchpad_hidden
Just a convenience function that improves readability of the code.

Other things worth noting:

* container_get_siblings and container_sibling_index no longer use the
const keyword
* container_handle_fullscreen_reparent is only ever called after
attaching the container to a workspace, so its con->workspace check has
been changed to an assertion
2019-01-28 10:35:40 +01:00
..
arrange.c Implement fullscreen global 2019-01-25 08:29:21 +10:00
container.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Use noop output when there's no outputs connected 2019-01-22 09:55:13 +01:00
root.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
view.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
workspace.c Use noop output when there's no outputs connected 2019-01-22 09:55:13 +01:00