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:
Peter Hutterer 2015-04-10 15:45:35 +10:00
parent 44ce633bff
commit c621656790

View file

@ -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);