Support rdp client resize 42/269442/2
authorJunkyeong, Kim <jk0430.kim@samsung.com>
Fri, 14 Jan 2022 07:49:48 +0000 (16:49 +0900)
committerJunkyeong, Kim <jk0430.kim@samsung.com>
Fri, 14 Jan 2022 07:50:26 +0000 (16:50 +0900)
If no_clients_resize rdp config is not set, use client resolution.

Change-Id: Ia075f142acc253d6eed704678a74f607b0468d3d
Signed-off-by: Junkyeong, Kim <jk0430.kim@samsung.com>
src/e_mod_rdp.c

index 092158cbb2efbfbd7b88fcf46204fc7a9ab67f73..1f981802c1dfda10a9769bedd5a0007df63b9249 100644 (file)
@@ -938,8 +938,8 @@ e_rdp_peer_activate(freerdp_peer *client)
           }
         else
           {
-             ;
-             /* not supported */
+             output->w = settings->DesktopWidth;
+             output->h = settings->DesktopHeight;
           }
      }