[PATCH 08/10] win32u: Move GetWindowRect implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/user_main.c | 1 - dlls/user32/winpos.c | 2 +- dlls/win32u/ntuser_private.h | 1 - dlls/win32u/region.c | 3 +- dlls/win32u/sysparams.c | 2 +- dlls/win32u/win32u_private.h | 2 + dlls/win32u/window.c | 154 ++++++++++++++++++++++++++++++++++- include/ntuser.h | 1 + 8 files changed, 159 insertions(+), 7 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=110160 Your paranoid android. === debian11 (32 bit WoW report) === user32: msg.c:8669: Test failed: WmParentPaintNc: 0: the msg 0x000f was expected, but got msg 0x0021 instead msg.c:8669: Test failed: WmParentPaintNc: 1: the msg 0x000f was expected, but got msg 0x0021 instead msg.c:8669: Test failed: WmParentPaintNc: 2: the msg 0x0085 was expected, but got msg 0x0021 instead msg.c:8669: Test failed: WmParentPaintNc: 6: the msg sequence is not complete: expected 0000 - actual 000f
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin