Re: [PATCH v7 0/10] MR10649: win32u: Initial implementation for GetPointer{,Frame}Info{,History} and GetPointerDeviceRects
April 14, 2026
10:17 a.m.
Rémi Bernon (@rbernon) commented about dlls/win32u/pointer.c:
+ +#define HIMETRIC 2540 + +static LONG last_frame = 0; + +struct pointer { + UINT32 id; + struct list entry; + POINTER_INPUT_TYPE type; + POINTER_INFO info; +}; + +struct pointer_thread_data { + struct list known_pointers; +}; + There's various style inconsistencies, it will need to be fixed to match win32u code style (spaces in paren, allman braces, etc...).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10649#note_136037
8
Age (days ago)
8
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon (@rbernon)