summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-03-26 12:40:22 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-03-26 12:40:22 -0700
commitb107414b5481fd56ada2b52560626c63d1cb450c (patch)
tree8cc69216a5e0137551dbed3f0d7c0424e326f165 /common
parentcab868a3a994bff903c5aac96afda648a370f6f1 (diff)
downloadxrdp-proprietary-b107414b5481fd56ada2b52560626c63d1cb450c.tar.gz
xrdp-proprietary-b107414b5481fd56ada2b52560626c63d1cb450c.zip
sync client_info struct with A8
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_client_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index 61daea7a..591d49d7 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -86,6 +86,9 @@ struct xrdp_client_info
int jpeg_prop_len;
char jpeg_prop[64];
int v3_codec_id;
+ int rfx_min_pixel;
+ char orders[32];
+ int order_flags_ex;
int use_bulk_comp;
int pointer_flags; /* 0 color, 1 new */
};