diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-07-19 13:25:23 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-07-19 13:25:23 -0700 |
commit | 1291d2dbbe463469837afb471e4af58704b2d94a (patch) | |
tree | e5fa941dcd12b836e5d97304ff34bf244cbabb18 /common | |
parent | 73578bc612b63e451a9203f7187f77152d069350 (diff) | |
download | xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.tar.gz xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.zip |
work on codec mode
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_client_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 7a7aed92..bccb4436 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -122,6 +122,8 @@ struct xrdp_client_info int mcs_early_capability_flags; int max_fastpath_frag_bytes; + int capture_code; + int capture_format; }; |