From 95265fba59bce77ed52a74fcc21abf7f668c01b2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 30 Dec 2023 20:22:01 +0100 Subject: input: reconfigure send_events on output hotplug Closes: https://github.com/swaywm/sway/issues/7890 --- include/sway/input/libinput.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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); -- cgit v1.2.3