[PATCH 5/6] win32u: Move NtUserGetAsyncKeyState implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/hook.c | 2 +- dlls/user32/input.c | 89 ++++-------------------------------- dlls/user32/message.c | 2 +- dlls/user32/user32.spec | 2 +- dlls/user32/user_main.c | 2 +- dlls/user32/user_private.h | 1 - dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 60 ++++++++++++++++++++++++ dlls/win32u/sysparams.c | 14 ++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 2 + dlls/win32u/wrappers.c | 6 +++ include/ntuser.h | 4 ++ 13 files changed, 101 insertions(+), 86 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=108041 Your paranoid android. === debian11 (32 bit Chinese:China report) === user32: win.c:10975: Test failed: GetActiveWindow() = 00000000 win.c:10975: Test failed: GetFocus() = 00000000 win.c:10977: Test failed: Expected foreground window 00280120, got 010000DC win.c:10980: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10987: Test failed: Expected foreground window 00280120, got 00000000 win.c:10989: Test failed: GetActiveWindow() = 00000000 win.c:10989: Test failed: GetFocus() = 00000000 win.c:10997: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin