diff options
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 |
