input: reconfigure send_events on output hotplug

Closes: https://github.com/swaywm/sway/issues/7890
(cherry picked from commit 95265fba59)
This commit is contained in:
Simon Ser 2023-12-30 20:22:01 +01:00
parent 80ea52910a
commit 37fce86c32
3 changed files with 47 additions and 19 deletions

View file

@ -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);