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 a3c20346..c10b48b1 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -100,6 +100,9 @@ void seat_add_device(struct sway_seat *seat,
100void seat_configure_device(struct sway_seat *seat, 100void seat_configure_device(struct sway_seat *seat,
101 struct sway_input_device *device); 101 struct sway_input_device *device);
102 102
103void seat_reset_device(struct sway_seat *seat,
104 struct sway_input_device *input_device);
105
103void seat_remove_device(struct sway_seat *seat, 106void seat_remove_device(struct sway_seat *seat,
104 struct sway_input_device *device); 107 struct sway_input_device *device);
105 108