commit e7771c507a6f482cc66c482d167af2d2beaff31b parent 8ecd89b7efad46efa17c3275c5daa3de5943254b Author: Tony Crisci <tony@dubstepdish.com> Date: Sun, 8 Apr 2018 15:32:19 -0400 80char Diffstat:
| M | include/sway/input/seat.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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,