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.