diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-18 00:07:11 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-18 00:07:11 -0700 |
commit | 6d7e315b0c0a1e56e135614f1e2e96fa19870975 (patch) | |
tree | 536a8fe4fd25d7c6b615c4350d09f0a114cea293 /xrdp/xrdp_types.h | |
parent | 63032b000daeaaeb1eed75abc1c70066c9e02581 (diff) | |
download | xrdp-proprietary-6d7e315b0c0a1e56e135614f1e2e96fa19870975.tar.gz xrdp-proprietary-6d7e315b0c0a1e56e135614f1e2e96fa19870975.zip |
work on surface command
Diffstat (limited to 'xrdp/xrdp_types.h')
-rw-r--r-- | xrdp/xrdp_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index 3ac1b752..c50daf79 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -629,7 +629,8 @@ typedef struct xrdp_enc_data XRDP_ENC_DATA; struct xrdp_enc_data_done { int comp_bytes; - char *comp_data; + int pad_bytes; + char *comp_pad_data; struct xrdp_enc_data *enc; int last; /* true is this is last message for enc */ int index; /* depends on codec */ |