From 1f5158676975b2b4c9c3be518b575b677a4fede3 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 15 Dec 2016 21:17:50 -0800 Subject: add libpainter for drawing when client does not have minimum orders --- common/xrdp_client_info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/xrdp_client_info.h') 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 -- cgit v1.2.3