From 9be2324be816583e19479adb3babebc385bc9b6d Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Thu, 28 Feb 2019 13:43:11 +0100 Subject: [PATCH] Disabled RDPGFX_CAPVERSION_106 for good. --- channels/rdpgfx/client/rdpgfx_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/rdpgfx/client/rdpgfx_main.c b/channels/rdpgfx/client/rdpgfx_main.c index 1a8645d79..014ce8d9a 100644 --- a/channels/rdpgfx/client/rdpgfx_main.c +++ b/channels/rdpgfx/client/rdpgfx_main.c @@ -143,11 +143,12 @@ static UINT rdpgfx_send_caps_advertise_pdu(RDPGFX_CHANNEL_CALLBACK* callback) capsSet->version = RDPGFX_CAPVERSION_105; capsSet->length = 0x4; capsSet->flags = caps10Flags; - capsSet = &capsSets[pdu.capsSetCount++]; + /* TODO: Until RDPGFX_MAP_SURFACE_TO_SCALED_OUTPUT_PDU and * RDPGFX_MAP_SURFACE_TO_SCALED_WINDOW_PDU are not implemented do not * announce the following version */ #if 0 + capsSet = &capsSets[pdu.capsSetCount++]; capsSet->version = RDPGFX_CAPVERSION_106; capsSet->length = 0x4; capsSet->flags = caps10Flags;