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/user32/tests/input.c:
memset( &pointer_info, 0xcd, sizeof(pointer_info) ); ret = pGetPointerInfo( 1, &pointer_info ); + todo_wine ok( !ret, "GetPointerInfo succeeded\n" ); + todo_wine ok( GetLastError() == ERROR_INVALID_PARAMETER, "got error %lu\n", GetLastError() );
It will probably need to be done without adding todo_wine, these tests more or less closely mimic some application calls, and it will break what currently works if these tests don't pass anymore. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10649#note_136036
8
Age (days ago)
8
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon (@rbernon)