[PATCH 04/10] win32u: Move GetDesktopWindow implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/user_main.c | 3 +- dlls/user32/win.c | 82 +------------------------- dlls/win32u/message.c | 9 +++ dlls/win32u/ntuser_private.h | 3 +- dlls/win32u/winstation.c | 110 ++++++++++++++++++++++++++++++++++- include/ntuser.h | 1 + 6 files changed, 123 insertions(+), 85 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=110156 Your paranoid android. === debian11 (32 bit Chinese:China report) === user32: win.c:10976: Test failed: Expected foreground window 0, got 010000DC win.c:10982: Test failed: Expected foreground window 00280120, got 010000DC
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin