summaryrefslogtreecommitdiffstats
path: root/common/xrdp_client_info.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-12-15 21:17:50 -0800
committerJay Sorg <jay.sorg@gmail.com>2016-12-15 21:17:50 -0800
commit1f5158676975b2b4c9c3be518b575b677a4fede3 (patch)
tree5d8a9d61df74b216c132183cabe3593302e9b302 /common/xrdp_client_info.h
parent42272c0f1891264af718e8f0a02ebc883f248ed8 (diff)
downloadxrdp-proprietary-1f5158676975b2b4c9c3be518b575b677a4fede3.tar.gz
xrdp-proprietary-1f5158676975b2b4c9c3be518b575b677a4fede3.zip
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.h2
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