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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 26a7e5dc..f9244f43 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -60,6 +60,9 @@ swayc_t *sway_seat_get_focus(struct sway_seat *seat);
60 60
61swayc_t *sway_seat_get_focus_inactive(struct sway_seat *seat, swayc_t *container); 61swayc_t *sway_seat_get_focus_inactive(struct sway_seat *seat, swayc_t *container);
62 62
63swayc_t *sway_seat_get_focus_by_type(struct sway_seat *seat,
64 enum swayc_types type);
65
63void sway_seat_set_config(struct sway_seat *seat, struct seat_config *seat_config); 66void sway_seat_set_config(struct sway_seat *seat, struct seat_config *seat_config);
64 67
65#endif 68#endif