April 14, 2026
5: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