diff options
| author | metalefty <meta@vmeta.jp> | 2018-10-31 10:03:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 10:03:51 +0900 |
| commit | 0b3ce652f4ca3209f5b47192ab1f9b07835820a2 (patch) | |
| tree | e2d0125e18b943c13ef00973aab4736648ce3c95 /common/xrdp_client_info.h | |
| parent | 6365905aacc0f39a7280f3c32f6607d3ca1afd5a (diff) | |
| parent | bc150c2e56245ec3637d59915600fc65bc3c83a7 (diff) | |
| download | xrdp-proprietary-0b3ce652f4ca3209f5b47192ab1f9b07835820a2.tar.gz xrdp-proprietary-0b3ce652f4ca3209f5b47192ab1f9b07835820a2.zip | |
Merge pull request #1235 from daixj-shterm/devel-mac
Support Cache Glyph Revison 2, issue #367
Diffstat (limited to 'common/xrdp_client_info.h')
| -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 e8e91da4..b57b1949 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -154,6 +154,7 @@ struct xrdp_client_info int client_os_minor; int no_orders_supported; + int use_cache_glyph_v2; }; #endif |
