From bfe555e3b6ad96df9ab45365305d1ef463c3f015 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Tue, 24 Jun 2008 05:43:10 +0000 Subject: added brush cache bits for clients that support it --- common/xrdp_constants.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/xrdp_constants.h') 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 -- cgit v1.2.3