aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-12-30 20:22:01 +0100
committerLibravatar Kenny Levinsen <kl@kl.wtf>2024-01-02 14:07:35 +0100
commit95265fba59bce77ed52a74fcc21abf7f668c01b2 (patch)
treebe79909a28e9fb2c015978fe400f0188293d1e51 /include
parentRemove wlr_presentation in sway_server struct (diff)
downloadsway-95265fba59bce77ed52a74fcc21abf7f668c01b2.tar.gz
sway-95265fba59bce77ed52a74fcc21abf7f668c01b2.tar.zst
sway-95265fba59bce77ed52a74fcc21abf7f668c01b2.zip
input: reconfigure send_events on output hotplug
Closes: https://github.com/swaywm/sway/issues/7890
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 @@
4 4
5bool sway_input_configure_libinput_device(struct sway_input_device *device); 5bool sway_input_configure_libinput_device(struct sway_input_device *device);
6 6
7void sway_input_configure_libinput_device_send_events(
8 struct sway_input_device *device);
9
7void sway_input_reset_libinput_device(struct sway_input_device *device); 10void sway_input_reset_libinput_device(struct sway_input_device *device);
8 11
9bool sway_libinput_device_is_builtin(struct sway_input_device *device); 12bool sway_libinput_device_is_builtin(struct sway_input_device *device);