summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2013-10-30 19:41:59 +0200
committerspeidy <speidy@gmail.com>2013-10-30 19:41:59 +0200
commit8cc619c2232df496fa08c128368754c062a666ce (patch)
treeabf3dbe4b03aaa594d4bb4754a373dabf927ce04 /libxrdp/libxrdp.h
parenta31234539a6a12f5c646c82ac0c2c78020e6f65b (diff)
downloadxrdp-proprietary-8cc619c2232df496fa08c128368754c062a666ce.tar.gz
xrdp-proprietary-8cc619c2232df496fa08c128368754c062a666ce.zip
libxrdp: work on multimon
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h10
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
{