summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-07-09 21:34:20 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-07-09 21:34:20 -0700
commit14a4ac5a791882ad2171a522ce146fbba02bb4c7 (patch)
treea0d1028ca422956ab5465b8be50c34d2a2c3f902 /common
parentd2915f349a6b885cafbc549cea29ab6a541626ed (diff)
downloadxrdp-proprietary-14a4ac5a791882ad2171a522ce146fbba02bb4c7.tar.gz
xrdp-proprietary-14a4ac5a791882ad2171a522ce146fbba02bb4c7.zip
libxrdp: started adding fastpath support
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_client_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index 86d0dc25..aefc7119 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -91,6 +91,7 @@ struct xrdp_client_info
int order_flags_ex;
int use_bulk_comp;
int pointer_flags; /* 0 color, 1 new, 2 no new */
+ int use_fast_path;
};
#endif