Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
return STATUS_SUCCESS;
}
-/* parse the desktop size specification */ -static BOOL parse_size( const WCHAR *size, DWORD *width, DWORD *height )
I don't think you're going in the right direction. Why did you remove all this code? You should be able to parse the resolution from the command line and set it as the resolution for the virtual desktop window and resolve the regression.