swayfx/include/sway/tree
Tudor Brindus 07042486c3 tree/container: introduce container_is_sticky[_or_child] functions
To query whether a container is sticky, checking `con->is_sticky` is
insufficient. `container_is_floating_or_child` must also return true;
this led to a lot of repetition.

This commit introduces `container_is_sticky[_or_child]` functions, and
switches all stickiness checks to use them. (Including ones where the
container is already known to be floating, for consistency.)
2020-11-11 20:43:58 -05:00
..
arrange.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
container.h tree/container: introduce container_is_sticky[_or_child] functions 2020-11-11 20:43:58 -05:00
node.h Sanity check gaps between tiled containers 2019-07-15 23:46:27 -04:00
root.h view: remove workspace pid mapping for assigns 2020-01-09 09:52:37 +01:00
view.h xwayland: listen to set_geometry event 2020-10-18 15:18:53 +02:00
workspace.h output: evacuate sticky containers only if new output has a workspace 2020-10-27 19:26:26 -04:00