summaryrefslogtreecommitdiffstats
path: root/common/xrdp_constants.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-07-17 12:59:03 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-07-17 12:59:03 -0700
commit01393af3e6654c3812bad4c8c9688fcc34a0c837 (patch)
treea7aa47ee13bc6af1b15eaf088263a1d34862f63e /common/xrdp_constants.h
parentcd38d1a5c31b43e446d828e64d8e165873cebc39 (diff)
downloadxrdp-proprietary-01393af3e6654c3812bad4c8c9688fcc34a0c837.tar.gz
xrdp-proprietary-01393af3e6654c3812bad4c8c9688fcc34a0c837.zip
added support for bitmap cache v3
Diffstat (limited to 'common/xrdp_constants.h')
-rw-r--r--common/xrdp_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h
index 8de85cf0..c9e39ae8 100644
--- a/common/xrdp_constants.h
+++ b/common/xrdp_constants.h
@@ -425,6 +425,11 @@
#define RDP_ORDER_BRUSHCACHE 7
#define RDP_ORDER_BMPCACHE3 8
+/* orderSupportExFlags (2 bytes): A 16-bit, unsigned integer.
+ Extended order support flags. */
+#define XR_ORDERFLAGS_EX_CACHE_BITMAP_REV3_SUPPORT 0x0002
+#define XR_ORDERFLAGS_EX_ALTSEC_FRAME_MARKER_SUPPORT 0x0004
+
/* drawable types */
#define WND_TYPE_BITMAP 0
#define WND_TYPE_WND 1