summaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 05fff6f7..308f5c6d 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -94,6 +94,13 @@ struct sway_container *seat_get_focus_inactive(struct sway_seat *seat,
94struct sway_container *seat_get_focus_inactive_view(struct sway_seat *seat, 94struct sway_container *seat_get_focus_inactive_view(struct sway_seat *seat,
95 struct sway_container *container); 95 struct sway_container *container);
96 96
97/**
98 * Iterate over the focus-inactive children of the container calling the function on each.
99 */
100void seat_focus_inactive_children_for_each(struct sway_seat *seat,
101 struct sway_container *container,
102 void (*f)(struct sway_container *container, void *data), void *data);
103
97void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config); 104void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config);
98 105
99struct seat_config *seat_get_config(struct sway_seat *seat); 106struct seat_config *seat_get_config(struct sway_seat *seat);