28 Jul
2022
28 Jul
'22
10:36 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/winex11.drv/display.c:
*/ BOOL X11DRV_EnumDisplaySettingsEx( LPCWSTR name, DWORD n, LPDEVMODEW devmode, DWORD flags) Well, if n is always ENUM_CURRENT_SETTINGS now, might as well remove the n parameter and maybe change the function name to something like EnumCurrentDisplaySettings
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/551#note_5245