summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-07-24 11:56:09 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-07-24 11:56:09 -0700
commit204d6bbde1ee0b0eaca8994e1a62e2429fac42ea (patch)
tree9b23dd997e7db8eacd647a7a0754b82a6efc0014 /common
parent6d539b8e2211eabb33ea8dd6a289a5588c85b00d (diff)
downloadxrdp-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.h1
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