diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-12-30 20:22:01 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-12-30 20:22:01 +0100 |
| commit | 0857be9411bdc30574d418cce24a0a7347fb1b34 (patch) | |
| tree | be79909a28e9fb2c015978fe400f0188293d1e51 /include | |
| parent | cde3334174c578fa4b3d772f917f47d2b794b905 (diff) | |
input: reconfigure send_events on output hotplug
Closes: https://github.com/swaywm/sway/issues/7890
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/libinput.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/input/libinput.h b/include/sway/input/libinput.h index e4b1acc3..1f84a8e3 100644 --- a/include/sway/input/libinput.h +++ b/include/sway/input/libinput.h @@ -4,6 +4,9 @@ bool sway_input_configure_libinput_device(struct sway_input_device *device); +void sway_input_configure_libinput_device_send_events( + struct sway_input_device *device); + void sway_input_reset_libinput_device(struct sway_input_device *device); bool sway_libinput_device_is_builtin(struct sway_input_device *device); |
