Aug. 4, 2022
2:40 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/winemac.drv/display.c:
mode->dmPelsHeight == 0; }
-/*********************************************************************** - * ChangeDisplaySettingsEx (MACDRV.@) - * - */ -LONG macdrv_ChangeDisplaySettingsEx(LPCWSTR devname, LPDEVMODEW devmode, - HWND hwnd, DWORD flags, LPVOID lpvoid) +static CGDisplayModeRef find_best_display_mode(DEVMODEW *devmode, CFArrayRef display_modes, int bpp, struct display_mode_descriptor* desc)
Style nitpick. While there're some cases * are aligned with the type, most of the time they're aligned with variable names in the this file. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/576#note_5624