From 4696f49ecc69aa86ea6bd53fc08abf6a32b4a414 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Wed, 9 Jan 2019 00:09:20 -0500 Subject: reload: reset input configs This resets all input options to their defaults on reload. This also fixes some debug log typos in `input_manager_libinput_config_pointer`. --- include/sway/input/seat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sway/input/seat.h') 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, void seat_configure_device(struct sway_seat *seat, struct sway_input_device *device); +void seat_reset_device(struct sway_seat *seat, + struct sway_input_device *input_device); + void seat_remove_device(struct sway_seat *seat, struct sway_input_device *device); -- cgit v1.2.3