Merge pull request #5506 from akallabeth/scale_desktop_and_device

With /scale:<value> scale desktop and device.
This commit is contained in:
Martin Fleisz 2019-07-30 12:53:13 +02:00 committed by GitHub
commit 8e7386a57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;