[PATCH v3 2/9] win32u: Introduce UpdateDisplayDevice user driver entry point.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 1 + dlls/win32u/driver.c | 13 +++++++ dlls/win32u/sysparams.c | 75 ++++++++++++++++++++++++++++++++++++++- include/wine/gdi_driver.h | 39 +++++++++++++++++++- 4 files changed, 126 insertions(+), 2 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=102781 Your paranoid android. === debiant2 (32 bit Chinese:China report) === user32: win.c:10456: Test failed: Expected foreground window 000D0130, got 00C500DC win.c:10458: Test failed: GetActiveWindow() = 00000000 win.c:10458: Test failed: GetFocus() = 00000000 win.c:10459: Test failed: Received WM_ACTIVATEAPP(1), did not expect it. win.c:10460: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10468: Test failed: Expected foreground window 000D0130, got 00000000 win.c:10470: Test failed: GetActiveWindow() = 00000000 win.c:10470: Test failed: GetFocus() = 00000000 win.c:10478: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin