mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
proper view ordering
This commit is contained in:
parent
cc5713aee6
commit
b93f068611
6 changed files with 269 additions and 209 deletions
|
|
@ -82,6 +82,7 @@ swayc_t *destroy_view(swayc_t *view);
|
|||
|
||||
swayc_t *swayc_parent_by_type(swayc_t *container, enum swayc_types);
|
||||
swayc_t *swayc_parent_by_layout(swayc_t *container, enum swayc_layouts);
|
||||
swayc_t *swayc_by_handle(wlc_handle handle);
|
||||
|
||||
swayc_t *find_container(swayc_t *container, bool (*test)(swayc_t *view, void *data), void *data);
|
||||
void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue