aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-12-30 20:22:01 +0100
committerFurkan Sahin <furkan-dev@proton.me>2023-12-30 20:22:01 +0100
commitb3b1cc88a5bb3e2049d9980fc5d17c62ec9e5681 (patch)
tree0c05b87907484424a347b56afeb3770716e00421 /include
parent9abb70ae1b4fb6ecd2dfcc2dea3fafaea1f29b70 (diff)
input: reconfigure send_events on output hotplug
Closes: https://github.com/swaywm/sway/issues/7890 (cherry picked from commit 95265fba59bce77ed52a74fcc21abf7f668c01b2)
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/libinput.h3
1 files changed, 3 insertions, 0 deletions
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);