diff options
Diffstat (limited to 'common/xrdp_constants.h')
| -rw-r--r-- | common/xrdp_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 4ccc4a46..6b1685f5 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -564,6 +564,8 @@ #define CMDTYPE_FRAME_MARKER 0x0004 #define CMDTYPE_STREAM_SURFACE_BITS 0x0006 +#define XRDP_MAX_BITMAP_CACHE_ID 3 +#define XRDP_MAX_BITMAP_CACHE_IDX 2000 #define XRDP_BITMAP_CACHE_ENTRIES 2048 #endif |
