summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/shared.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/shared.c b/tools/shared.c
index 28d6af30..760327a4 100644
--- a/tools/shared.c
+++ b/tools/shared.c
@@ -444,6 +444,9 @@ tools_device_apply_config(struct libinput_device *device,
if (options->dwt != -1)
libinput_device_config_dwt_set_enabled(device, options->dwt);
+ if (options->dwtp != -1)
+ libinput_device_config_dwtp_set_enabled(device, options->dwtp);
+
if (options->click_method != (enum libinput_config_click_method)-1)
libinput_device_config_click_set_method(device, options->click_method);