22 Sep
2025
22 Sep
'25
9:17 p.m.
From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/tpcshrd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tpcshrd.h b/include/tpcshrd.h index e1565bd5b64..8fe9d3fb8ac 100644 --- a/include/tpcshrd.h +++ b/include/tpcshrd.h @@ -18,6 +18,8 @@ #ifndef __WISPSHRD_H #define __WISPSHRD_H +#define TABLET_DISABLE_PRESSANDHOLD 0x00000001 + #define WM_TABLET_DEFBASE 0x02c0 #define WM_TABLET_MAXOFFSET 0x20 #define WM_TABLET_ADDED (WM_TABLET_DEFBASE + 8) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9039