input: reconfigure send_events on output hotplug

Closes: https://github.com/swaywm/sway/issues/7890
This commit is contained in:
Simon Ser 2023-12-30 20:22:01 +01:00 committed by Kenny Levinsen
parent 0aceff7469
commit 95265fba59
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);