[PATCH 7/9] win32u: Move NtUserGetKeyboardLayout implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- This exposes user_thread_info in ntuser.h. I think that we will ultimately want to expose only parts of that, but it's convenient for now for the transition. dlls/user32/input.c | 35 ++++++----------------- dlls/user32/message.c | 4 +-- dlls/user32/misc.c | 4 +-- dlls/user32/sysparams.c | 2 +- dlls/user32/user32.spec | 2 +- dlls/user32/user_private.h | 30 -------------------- dlls/win32u/input.c | 54 ++++++++++++++++++++++++++++++++++++ dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 5 ++++ include/ntuser.h | 30 ++++++++++++++++++++ 11 files changed, 106 insertions(+), 63 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=101991 Your paranoid android. === debiant2 (64 bit WoW report) === user32: win.c:10414: Test failed: Expected foreground window 0, got 00000000017700B4 win.c:10420: Test failed: Expected foreground window 00000000000D0126, got 00000000017700B4
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin