diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 11:56:09 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-07-24 11:56:09 -0700 |
commit | 204d6bbde1ee0b0eaca8994e1a62e2429fac42ea (patch) | |
tree | 9b23dd997e7db8eacd647a7a0754b82a6efc0014 /common | |
parent | 6d539b8e2211eabb33ea8dd6a289a5588c85b00d (diff) | |
download | xrdp-proprietary-204d6bbde1ee0b0eaca8994e1a62e2429fac42ea.tar.gz xrdp-proprietary-204d6bbde1ee0b0eaca8994e1a62e2429fac42ea.zip |
codecs: move jpeg hack to bitmap cache v3
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_client_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index d7c20783..f95543a3 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -90,6 +90,7 @@ struct xrdp_client_info int jpeg_codec_id; int jpeg_prop_len; char jpeg_prop[64]; + int v3_codec_id; }; #endif |