18 Oct
2022
18 Oct
'22
2:29 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
place_all_displays( displays );
- ret = user_driver->pChangeDisplaySettings( displays, hwnd, flags, lparam ); + if ((ret = user_driver->pChangeDisplaySettings( displays, hwnd, flags, lparam )) == E_NOTIMPL)
I think it would be better to have some comments noting the fallback to nulldrv. Same for later patches. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/551#note_11051