summaryrefslogtreecommitdiffstats
path: root/common/xrdp_client_info.h
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2013-07-15 10:13:03 +0300
committerspeidy <speidy@gmail.com>2013-07-15 10:13:03 +0300
commita8e5b3fee51604d68d8ecd36065396ba42c7be3f (patch)
tree297a0b4a64d6e53c55eee2f6e8e75b9ffa1afe24 /common/xrdp_client_info.h
parentaab0176867552516a8358463e875cf437887f31c (diff)
downloadxrdp-proprietary-a8e5b3fee51604d68d8ecd36065396ba42c7be3f.tar.gz
xrdp-proprietary-a8e5b3fee51604d68d8ecd36065396ba42c7be3f.zip
libxrdp: work on multi-mon support
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r--common/xrdp_client_info.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index 86d0dc25..c942aa70 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -38,6 +38,7 @@ struct xrdp_client_info
int bitmap_cache_version; /* ored 1 = original version, 2 = v2, 4 = v3 */
/* pointer info */
int pointer_cache_entries;
+ int pointer_flags; /* 0 color, 1 new, 2 no new */
/* other */
int use_bitmap_comp;
int use_bitmap_cache;
@@ -69,6 +70,9 @@ struct xrdp_client_info
int offscreen_cache_size;
int offscreen_cache_entries;
int rfx;
+ int nego_sec_layer; /* 0, 1, 2 = RDP security layer, TLS , Negotiate */
+ int multimon; /* 0 = deny , 1 = allow */
+
/* CAPSETTYPE_RAIL */
int rail_support_level;
/* CAPSETTYPE_WINDOW */
@@ -90,7 +94,6 @@ struct xrdp_client_info
char orders[32];
int order_flags_ex;
int use_bulk_comp;
- int pointer_flags; /* 0 color, 1 new, 2 no new */
};
#endif