aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-08 15:32:19 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-08 15:32:19 -0400
commite7771c507a6f482cc66c482d167af2d2beaff31b (patch)
treee5c6a367ea68f0e530c3075f5552117a00832cef /include/sway/input/seat.h
parentaddress feedback (diff)
downloadsway-e7771c507a6f482cc66c482d167af2d2beaff31b.tar.gz
sway-e7771c507a6f482cc66c482d167af2d2beaff31b.tar.zst
sway-e7771c507a6f482cc66c482d167af2d2beaff31b.zip
80char
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h3
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,
95 struct sway_container *container); 95 struct sway_container *container);
96 96
97/** 97/**
98 * Iterate over the focus-inactive children of the container calling the function on each. 98 * Iterate over the focus-inactive children of the container calling the
99 * function on each.
99 */ 100 */
100void seat_focus_inactive_children_for_each(struct sway_seat *seat, 101void seat_focus_inactive_children_for_each(struct sway_seat *seat,
101 struct sway_container *container, 102 struct sway_container *container,