diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2013-11-05 11:50:11 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2013-11-05 11:50:11 -0800 |
| commit | 1c1de464263395ad40955242949863cc2ad396fb (patch) | |
| tree | 9bd9c95bec3dfcaa938624104fc886ab0cd4cf4d /common/xrdp_client_info.h | |
| parent | 8785f235c2eb830930190a85116ef76c921f44d1 (diff) | |
| parent | 4bce6f78c098bf98e0dcd33753b844daa8803e1e (diff) | |
| download | xrdp-proprietary-1c1de464263395ad40955242949863cc2ad396fb.tar.gz xrdp-proprietary-1c1de464263395ad40955242949863cc2ad396fb.zip | |
Merge pull request #8 from speidy/master
Changes for multimon
Diffstat (limited to 'common/xrdp_client_info.h')
| -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 */ }; |
