aboutsummaryrefslogtreecommitdiffstats
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 35a96ace..97e81c19 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -168,6 +168,9 @@ void seat_add_device(struct sway_seat *seat,
168void seat_configure_device(struct sway_seat *seat, 168void seat_configure_device(struct sway_seat *seat,
169 struct sway_input_device *device); 169 struct sway_input_device *device);
170 170
171void seat_configure_device_mapping(struct sway_seat *seat,
172 struct sway_input_device *input_device);
173
171void seat_reset_device(struct sway_seat *seat, 174void seat_reset_device(struct sway_seat *seat,
172 struct sway_input_device *input_device); 175 struct sway_input_device *input_device);
173 176