mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
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`.
This commit is contained in:
parent
14cab78612
commit
4696f49ecc
5 changed files with 215 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue