diff options
author | jsorg71 <jsorg71> | 2008-06-24 05:43:10 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-06-24 05:43:10 +0000 |
commit | bfe555e3b6ad96df9ab45365305d1ef463c3f015 (patch) | |
tree | 7be1450fb6430acfc82566caedb6f83620c5e0d8 /common/xrdp_constants.h | |
parent | 756fcef1c8e4748b4a0c5b616d7afd7347aa6d5d (diff) | |
download | xrdp-proprietary-bfe555e3b6ad96df9ab45365305d1ef463c3f015.tar.gz xrdp-proprietary-bfe555e3b6ad96df9ab45365305d1ef463c3f015.zip |
added brush cache bits for clients that support it
Diffstat (limited to 'common/xrdp_constants.h')
-rw-r--r-- | common/xrdp_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index d6fb0e6d..f61c320b 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -227,6 +227,9 @@ #define RDP_CAPSET_FONT 14 #define RDP_CAPLEN_FONT 0x04 +#define RDP_CAPSET_BRUSHCACHE 15 +#define RDP_CAPLEN_BRUSHCACHE 0x08 + #define RDP_CAPSET_BITMAP_OFFSCREEN 18 #define RDP_CAPLEN_BITMAP_OFFSCREEN 0x08 @@ -414,6 +417,7 @@ #define RDP_ORDER_FONTCACHE 3 #define RDP_ORDER_RAW_BMPCACHE2 4 #define RDP_ORDER_BMPCACHE2 5 +#define RDP_ORDER_BRUSHCACHE 7 /* drawable types */ #define WND_TYPE_BITMAP 0 |