[PATCH 0/2] MR9039: Include defines
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
From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/winuser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/winuser.h b/include/winuser.h index 18909c6d7e6..8aea860b9c5 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -3489,6 +3489,8 @@ typedef struct tagTOUCHINPUT { } TOUCHINPUT, *PTOUCHINPUT; typedef TOUCHINPUT const * PCTOUCHINPUT; +#define TOUCH_COORD_TO_PIXEL(l) ((l) / 100) + #define TOUCHEVENTF_MOVE 0x0001 #define TOUCHEVENTF_DOWN 0x0002 #define TOUCHEVENTF_UP 0x0004 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9039
participants (2)
-
Alistair Leslie-Hughes -
Alistair Leslie-Hughes (@alesliehughes)