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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index d703f94c..b21cbccb 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -29,6 +29,8 @@ struct sway_seat {
29struct sway_seat *sway_seat_create(struct sway_input_manager *input, 29struct sway_seat *sway_seat_create(struct sway_input_manager *input,
30 const char *seat_name); 30 const char *seat_name);
31 31
32void sway_seat_destroy(struct sway_seat *seat);
33
32void sway_seat_add_device(struct sway_seat *seat, 34void sway_seat_add_device(struct sway_seat *seat,
33 struct sway_input_device *device); 35 struct sway_input_device *device);
34 36