mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-25 00:20:48 +02:00
tools: apply the config options for the event-gui helper too
This changes the current behavior of tapping enabled-by-default in the GUI helper. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
44ce633bff
commit
c621656790
1 changed files with 2 additions and 8 deletions
|
|
@ -279,14 +279,8 @@ handle_event_device_notify(struct libinput_event *ev)
|
|||
libinput_device_get_name(dev),
|
||||
type);
|
||||
|
||||
if (libinput_device_config_tap_get_finger_count(dev) > 0) {
|
||||
enum libinput_config_status status;
|
||||
status = libinput_device_config_tap_set_enabled(dev,
|
||||
LIBINPUT_CONFIG_TAP_ENABLED);
|
||||
if (status != LIBINPUT_CONFIG_STATUS_SUCCESS)
|
||||
error("%s: Failed to enable tapping\n",
|
||||
libinput_device_get_sysname(dev));
|
||||
}
|
||||
tools_device_apply_config(libinput_event_get_device(ev),
|
||||
&options);
|
||||
|
||||
li = libinput_event_get_context(ev);
|
||||
w = libinput_get_user_data(li);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue