With /scale:<value> scale desktop and device.

This commit is contained in:
Armin Novak 2019-07-30 12:03:23 +02:00
parent a9758a8c0c
commit 70712cd821

View File

@ -2908,6 +2908,7 @@ int freerdp_client_settings_parse_command_line_arguments(rdpSettings* settings,
case 100:
case 140:
case 180:
settings->DesktopScaleFactor = (UINT32)val;
settings->DeviceScaleFactor = (UINT32)val;
break;