diff options
author | speidy <speidy@gmail.com> | 2013-10-30 19:41:59 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2013-10-30 19:41:59 +0200 |
commit | 8cc619c2232df496fa08c128368754c062a666ce (patch) | |
tree | abf3dbe4b03aaa594d4bb4754a373dabf927ce04 /libxrdp/libxrdp.h | |
parent | a31234539a6a12f5c646c82ac0c2c78020e6f65b (diff) | |
download | xrdp-proprietary-8cc619c2232df496fa08c128368754c062a666ce.tar.gz xrdp-proprietary-8cc619c2232df496fa08c128368754c062a666ce.zip |
libxrdp: work on multimon
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index f72b8b11..2790e991 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -61,16 +61,6 @@ struct mcs_channel_item int chanid; }; -/* used in mcs - client monitor data */ -struct mcs_monitor_item -{ - int left; - int top; - int right; - int bottom; - int is_primary; -}; - /* mcs */ struct xrdp_mcs { |