projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45db4ce
)
tools: add missing dwtp option setting
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 8 Aug 2022 03:56:11 +0000
(13:56 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 8 Aug 2022 03:57:13 +0000
(13:57 +1000)
Fixes
1f1ddbc6dff0cf0451e3c9ac923f9821278560aa
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/shared.c
patch
|
blob
|
history
diff --git
a/tools/shared.c
b/tools/shared.c
index 28d6af3085b40021deb9280b82123c1fa2ca7bc5..760327a471c37148fbabe9047bbd2ed69b2d3f47 100644
(file)
--- 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);