|
|
|
@ -964,6 +964,8 @@ xrdp_caps_send_demand_active(struct xrdp_rdp *self)
|
|
|
|
|
out_uint16_le(s, flags);
|
|
|
|
|
out_uint8s(s, 82);
|
|
|
|
|
|
|
|
|
|
if (self->client_info.rail_enable) /* MS-RDPERP 3.3.5.1.4 */
|
|
|
|
|
{
|
|
|
|
|
/* Remote Programs Capability Set */
|
|
|
|
|
caps_count++;
|
|
|
|
|
out_uint16_le(s, 0x0017); /* CAPSETTYPE_RAIL */
|
|
|
|
@ -978,6 +980,7 @@ xrdp_caps_send_demand_active(struct xrdp_rdp *self)
|
|
|
|
|
out_uint32_le(s, 2); /* TS_WINDOW_LEVEL_SUPPORTED_EX */
|
|
|
|
|
out_uint8(s, 3); /* NumIconCaches */
|
|
|
|
|
out_uint16_le(s, 12); /* NumIconCacheEntries */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 6 - bitmap cache v3 codecid */
|
|
|
|
|
caps_count++;
|
|
|
|
|