diff options
author | jsorg71 <jsorg71> | 2006-03-17 01:10:24 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-03-17 01:10:24 +0000 |
commit | b91f25deef43cce2d528e2e121dab32941735dea (patch) | |
tree | 0c178b06bfe37acf36675456971d67625e419781 /libxrdp/libxrdp.h | |
parent | b475ff2c83299fee8baed228f13a337d25a0fa1f (diff) | |
download | xrdp-proprietary-b91f25deef43cce2d528e2e121dab32941735dea.tar.gz xrdp-proprietary-b91f25deef43cce2d528e2e121dab32941735dea.zip |
bitmap cache v2
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 9164b187..b5afde0a 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -339,6 +339,14 @@ int APP_CC xrdp_orders_send_font(struct xrdp_orders* self, struct xrdp_font_char* font_char, int font_index, int char_index); +int APP_CC +xrdp_orders_send_raw_bitmap2(struct xrdp_orders* self, + int width, int height, int bpp, char* data, + int cache_id, int cache_idx); +int APP_CC +xrdp_orders_send_bitmap2(struct xrdp_orders* self, + int width, int height, int bpp, char* data, + int cache_id, int cache_idx); /* xrdp_bitmap_compress.c */ int APP_CC |