mirror of
https://github.com/swaywm/sway.git
synced 2025-01-11 18:39:43 +00:00
80char
This commit is contained in:
parent
8ecd89b7ef
commit
e7771c507a
|
@ -95,7 +95,8 @@ struct sway_container *seat_get_focus_inactive_view(struct sway_seat *seat,
|
||||||
struct sway_container *container);
|
struct sway_container *container);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Iterate over the focus-inactive children of the container calling the function on each.
|
* 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,
|
void seat_focus_inactive_children_for_each(struct sway_seat *seat,
|
||||||
struct sway_container *container,
|
struct sway_container *container,
|
||||||
|
|
Loading…
Reference in a new issue