From 5e39bb1f87d3d01b360f03cc81f65f03dd3d6e87 Mon Sep 17 00:00:00 2001 From: speidy Date: Tue, 13 Dec 2016 15:05:39 -0500 Subject: libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPORTED constant --- common/xrdp_constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index d5f7a8a8..73fd95d7 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -283,6 +283,9 @@ #define RDP_CAPSET_VIRCHAN 20 #define RDP_CAPLEN_VIRCHAN 0x08 +#define RDP_CAPSET_MULTIFRAGMENT 0x001A +#define RDP_CAPLEN_MULTIFRAGMENT 0x08 + #define RDP_SOURCE "MSTSC" /* Logon flags */ -- cgit v1.2.1