mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
input: reconfigure send_events on output hotplug
Closes: https://github.com/swaywm/sway/issues/7890
This commit is contained in:
parent
0aceff7469
commit
95265fba59
3 changed files with 47 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue