[PATCH 11/11] win32u: Move is_window_drawable implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/win.c | 90 +------------------------------------------- dlls/win32u/window.c | 32 ++++++++++++++++ include/ntuser.h | 2 + 3 files changed, 36 insertions(+), 88 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=110068 Your paranoid android. === debian11 (32 bit report) === user32: win.c:10980: Test failed: GetActiveWindow() = 00000000 win.c:10980: Test failed: GetFocus() = 00000000 win.c:10982: Test failed: Expected foreground window 00280120, got 010000DC win.c:10985: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10992: Test failed: Expected foreground window 00280120, got 00000000 win.c:10994: Test failed: GetActiveWindow() = 00000000 win.c:10994: Test failed: GetFocus() = 00000000 win.c:11002: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (2)
-
Jacek Caban -
Marvin