[PATCH 9/9] user32: Fix window style while CBT_CREATEWND hook is called.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/user32/tests/win.c | 17 +++++++---------- dlls/user32/win.c | 40 +++++++++++++++++++++++++++------------- server/protocol.def | 2 ++ server/window.c | 2 ++ 4 files changed, 38 insertions(+), 23 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=99676 Your paranoid android. === w10pro64_he (64 bit report) === user32: win.c:9676: Test failed: button under static window didn't get WM_LBUTTONUP win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81 win.c:3562: Test failed: VK_LBUTTON should not be pressed, state ff81
participants (2)
-
Marvin -
Piotr Caban