Rémi Bernon (@rbernon) commented about dlls/win32u/sysparams.c:
- mode->height = devmode->dmPelsHeight;
- mode->pixelFormat = get_dc_pixelformat(devmode->dmBitsPerPel);
- if (devmode->dmFields & DM_POSITION)
- {
mode->position = devmode->dmPosition;
- }
- else
- {
mode->position.x = 0;
mode->position.y = 0;
- }
+}
+static void set_path_source_info(DISPLAYCONFIG_PATH_SOURCE_INFO *info, const LUID *gpu_luid,
UINT32 source_id, UINT32 mode_index)
+{
```suggestion:-2+0 static void set_path_source_info( DISPLAYCONFIG_PATH_SOURCE_INFO *info, const LUID *gpu_luid, UINT32 source_id, UINT32 mode_index ) { ```