diff options
author | speidy <speidy@gmail.com> | 2016-12-13 15:05:39 -0500 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2016-12-13 15:05:39 -0500 |
commit | 5e39bb1f87d3d01b360f03cc81f65f03dd3d6e87 (patch) | |
tree | ef2ff0d8b5b13c959658574f4baa5bb2f4ece339 /common | |
parent | d6a470e9730f56d582243b9585cc51a630467d8d (diff) | |
download | xrdp-proprietary-5e39bb1f87d3d01b360f03cc81f65f03dd3d6e87.tar.gz xrdp-proprietary-5e39bb1f87d3d01b360f03cc81f65f03dd3d6e87.zip |
libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPORTED constant
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |