[PATCH 1/8] user32: Introduce get_class_info.
Ans use it in WIN_CreateWindowEx to trigger class registration. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/class.c | 42 ++++++++++++++++++++++++++++++-------- dlls/user32/user_private.h | 3 +-- dlls/user32/win.c | 29 ++++++++++---------------- 3 files changed, 46 insertions(+), 28 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=109975 Your paranoid android. === debian11 (64 bit WoW report) === user32: win.c:10975: Test failed: GetActiveWindow() = 0000000000000000 win.c:10975: Test failed: GetFocus() = 0000000000000000 win.c:10977: Test failed: Expected foreground window 0000000000280120, got 00000000012F0054 win.c:10980: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10987: Test failed: Expected foreground window 0000000000280120, got 0000000000000000 win.c:10989: Test failed: GetActiveWindow() = 0000000000000000 win.c:10989: Test failed: GetFocus() = 0000000000000000 win.c:10997: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin