mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
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:
parent
80ea52910a
commit
37fce86c32
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