diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-03-30 15:52:09 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2013-03-30 15:52:09 -0700 |
commit | 3fbaa08aeff30b9762cf14d84d4eb249079ad536 (patch) | |
tree | fc9532a8058d6aba7920286d01e10bfa69538f4f /common/xrdp_client_info.h | |
parent | f02164036949f266ea4aadd294f3a4742ea17193 (diff) | |
parent | 9301d19d8874fd2bfe050b2ddc8d52fd42577595 (diff) | |
download | xrdp-proprietary-3fbaa08aeff30b9762cf14d84d4eb249079ad536.tar.gz xrdp-proprietary-3fbaa08aeff30b9762cf14d84d4eb249079ad536.zip |
Merge branch 'master' of github.com:FreeRDP/xrdp
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r-- | common/xrdp_client_info.h | 3 |
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 */ }; |