[PATCH 6/6] win32u: Move GetCursorPos implementation from user.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 13 +------------ dlls/user32/input.c | 28 +--------------------------- dlls/win32u/driver.c | 6 ++++++ dlls/win32u/input.c | 32 ++++++++++++++++++++++++++++++++ dlls/win32u/sysparams.c | 2 ++ dlls/win32u/win32u_private.h | 3 +++ include/ntuser.h | 1 + 7 files changed, 46 insertions(+), 39 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=107921 Your paranoid android. === debian11 (32 bit report) === user32: win.c:10971: Test failed: Expected foreground window 0, got 010000DC win.c:10977: Test failed: Expected foreground window 00280120, got 010000DC
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin