diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-08 15:32:19 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-08 15:32:19 -0400 |
| commit | 00b910247481d67176a4ebe52807f00e85c44e2f (patch) | |
| tree | e5c6a367ea68f0e530c3075f5552117a00832cef /include | |
| parent | b6f648b1fcad19a0de3d8040aec3227024245c95 (diff) | |
80char
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/seat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h index 308f5c6d..ff76841e 100644 --- a/include/sway/input/seat.h +++ b/include/sway/input/seat.h @@ -95,7 +95,8 @@ 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. + * 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, |
