summaryrefslogtreecommitdiffstats
path: root/common/xrdp_client_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r--common/xrdp_client_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index 7fe93c26..cdd77921 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -74,6 +74,12 @@ struct xrdp_client_info
int offscreen_cache_size;
int offscreen_cache_entries;
int rfx;
+ /* CAPSETTYPE_RAIL */
+ int rail_support_level;
+ /* CAPSETTYPE_WINDOW */
+ int wnd_support_level;
+ int wnd_num_icon_caches;
+ int wnd_num_icon_cache_entries;
};
#endif