diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:37:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 20:37:05 -0500 |
commit | 08569aab36837bf1a43c9c7c8445aa13dc78a814 (patch) | |
tree | c13e55770214133ac4301575a4eacf9dd3c6aa79 /include/sway/input/seat.h | |
parent | fc93cd20dc108544c7cc8fced7aebed58c58a770 (diff) | |
parent | 4696f49ecc69aa86ea6bd53fc08abf6a32b4a414 (diff) |
Merge pull request #3388 from RedSoxFan/reset-inputs-on-reload
reload: reset input configs
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r-- | include/sway/input/seat.h | 3 |
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, 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); |