diff options
author | Jim Grandy <jgrandy@authentic8.com> | 2013-07-06 21:03:58 -0700 |
---|---|---|
committer | Jim Grandy <jgrandy@authentic8.com> | 2013-08-22 12:54:10 -0700 |
commit | 981741f55c61dadb680418c9d3f35b5a3291eb0e (patch) | |
tree | d7323da59200fb65719a21cea0e650e6efac62d9 /common | |
parent | 71e8136e41b1a6c32fa2507f8df3b2c36ba9fd1e (diff) | |
download | xrdp-proprietary-981741f55c61dadb680418c9d3f35b5a3291eb0e.tar.gz xrdp-proprietary-981741f55c61dadb680418c9d3f35b5a3291eb0e.zip |
Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 53c54852..8a81d18f 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -416,6 +416,7 @@ #define RDP_ORDER_TRIBLT 14 #define RDP_ORDER_POLYLINE 22 #define RDP_ORDER_TEXT2 27 +#define RDP_ORDER_COMPOSITE 37 /* 0x25 */ #define RDP_ORDER_RAW_BMPCACHE 0 #define RDP_ORDER_COLCACHE 1 |