[PATCH 5/8] win32u: Move NtUserSetThreadDesktop implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/user_main.c | 2 +- dlls/user32/winstation.c | 8 +------- dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/winstation.c | 18 ++++++++++++++++++ dlls/wow64win/syscall.h | 3 ++- dlls/wow64win/user.c | 7 +++++++ include/ntuser.h | 1 + 8 files changed, 32 insertions(+), 10 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=99965 Your paranoid android. === debiant2 (32 bit report) === user32: win.c:10418: Test failed: GetActiveWindow() = 00000000 win.c:10418: Test failed: GetFocus() = 00000000 win.c:10420: Test failed: Expected foreground window 00120126, got 00AD00EA win.c:10423: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10430: Test failed: Expected foreground window 00120126, got 00000000 win.c:10432: Test failed: GetActiveWindow() = 00000000 win.c:10432: Test failed: GetFocus() = 00000000 win.c:10440: Test failed: Received WM_ACTIVATEAPP(1), did not expect it. win.c:10456: Test failed: Expected foreground window 00120126, got 00AD00EA win.c:10458: Test failed: GetActiveWindow() = 00000000 win.c:10458: Test failed: GetFocus() = 00000000 win.c:10459: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (2)
-
Jacek Caban -
Marvin