From 92e876ea42c35d444612fb3f266335189795b2eb Mon Sep 17 00:00:00 2001 From: speidy Date: Tue, 5 Nov 2013 21:36:18 +0200 Subject: libxrdp: add monitorCount to client_info struct --- common/xrdp_client_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index a257f907..acd145e6 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -108,6 +108,7 @@ struct xrdp_client_info int nego_sec_layer; /* 0, 1, 2 = RDP security layer, TLS , Negotiate */ int multimon; /* 0 = deny , 1 = allow */ + int monitorCount; /* number of monitors detected (max = 16) */ struct monitor_info minfo[16]; /* client monitor data */ }; -- cgit v1.2.1