diff options
author | speidy <speidy@gmail.com> | 2013-11-05 21:36:18 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2013-11-05 21:36:18 +0200 |
commit | 92e876ea42c35d444612fb3f266335189795b2eb (patch) | |
tree | f91ce307f50d21dfa1e3dc35734c171cd5207b75 /common | |
parent | daf22b79f616799e9364209b07989f7b5c8afacc (diff) | |
download | xrdp-proprietary-92e876ea42c35d444612fb3f266335189795b2eb.tar.gz xrdp-proprietary-92e876ea42c35d444612fb3f266335189795b2eb.zip |
libxrdp: add monitorCount to client_info struct
Diffstat (limited to 'common')
-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 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 */ }; |