mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
seat focus inactive children foreach
This commit is contained in:
parent
c0f9ee7bd1
commit
de811823b6
2 changed files with 21 additions and 0 deletions
|
|
@ -94,6 +94,13 @@ struct sway_container *seat_get_focus_inactive(struct sway_seat *seat,
|
|||
struct sway_container *seat_get_focus_inactive_view(struct sway_seat *seat,
|
||||
struct sway_container *container);
|
||||
|
||||
/**
|
||||
* Iterate over the focus-inactive children of the container calling the function on each.
|
||||
*/
|
||||
void seat_focus_inactive_children_for_each(struct sway_seat *seat,
|
||||
struct sway_container *container,
|
||||
void (*f)(struct sway_container *container, void *data), void *data);
|
||||
|
||||
void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config);
|
||||
|
||||
struct seat_config *seat_get_config(struct sway_seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue