mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Calling container_at_view fails an assertion if the container isn't a view. Calling tiling_container_at works correctly, as that function checks if the container is a view and calls container_at_view if so. |
||
|---|---|---|
| .. | ||
| arrange.h | ||
| container.h | ||
| layout.h | ||
| output.h | ||
| view.h | ||
| workspace.h | ||