With /scale:<value> scale desktop and device.
authorArmin Novak <armin.novak@thincast.com>
Tue, 30 Jul 2019 10:03:23 +0000 (12:03 +0200)
committerArmin Novak <armin.novak@thincast.com>
Tue, 30 Jul 2019 10:03:23 +0000 (12:03 +0200)
client/common/cmdline.c

index 6296bd8..0efbafc 100644 (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;