13 Mar
2024
13 Mar
'24
9:55 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/monitor.c:
+ dm.dmPelsHeight = 600; + dm.dmFields = DM_PELSWIDTH | DM_PELSHEIGHT; + expect_dm(&dm, devices[0].name, 0, TRUE); + + CloseHandle(process1); + CloseHandle(process0); + + if (device_count < 2) + { + skip("Only one device found.\n"); + } + else + { + /* Test that the settings are restored for all devices, regardless of + * the process that changed them */ + This test doesn't need two processes.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5060#note_64531