diff options
| author | metalefty <meta@vmeta.jp> | 2016-12-20 17:00:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-20 17:00:48 +0900 |
| commit | 25e5243ecf9d0e17ca6fd0b71629f9dcab26dd5c (patch) | |
| tree | 12335f9f2a7d1ac8cfe15c716451971b9cd6788f /common/xrdp_client_info.h | |
| parent | a11af2bc95cc25a6e394f94640543cca494f3e27 (diff) | |
| parent | 041df0911b428851f6146817fc70aa05029b15ba (diff) | |
| download | xrdp-proprietary-25e5243ecf9d0e17ca6fd0b71629f9dcab26dd5c.tar.gz xrdp-proprietary-25e5243ecf9d0e17ca6fd0b71629f9dcab26dd5c.zip | |
Merge pull request #553 from jsorg71/libpainter
add libpainter for drawing when client does not have minimum orders
Diffstat (limited to 'common/xrdp_client_info.h')
| -rw-r--r-- | common/xrdp_client_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 254708f1..e71f8d71 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -148,6 +148,8 @@ struct xrdp_client_info int client_os_major; int client_os_minor; + + int no_orders_supported; }; #endif |
