mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
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 |
||
|---|---|---|
| .. | ||
| arrange.h | ||
| container.h | ||
| node.h | ||
| output.h | ||
| root.h | ||
| view.h | ||
| workspace.h | ||