summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h
index 66b0cb61..88afae75 100644
--- a/libxrdp/libxrdp.h
+++ b/libxrdp/libxrdp.h
@@ -49,6 +49,8 @@ struct xrdp_iso
{
struct xrdp_mcs* mcs_layer; /* owner */
struct xrdp_tcp* tcp_layer;
+ int requestedProtocol;
+ int selectedProtocol;
};
/* used in mcs */
@@ -62,10 +64,10 @@ struct mcs_channel_item
/* used in mcs - client monitor data */
struct mcs_monitor_item
{
- int x;
- int y;
- int width;
- int height;
+ int left;
+ int top;
+ int right;
+ int bottom;
int is_primary;
};