diff options
author | jsorg71 <jsorg71> | 2005-01-14 03:59:36 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-01-14 03:59:36 +0000 |
commit | 520301d70aafd53287b0f4d153a2b27dc025ea76 (patch) | |
tree | b3bdd74bba8fa0989b703272581fd2c466c6b4cf /xrdp/xrdp.h | |
parent | 1d03bafb9e8ff4cef59b041235a986d6e4ae2fce (diff) | |
download | xrdp-proprietary-520301d70aafd53287b0f4d153a2b27dc025ea76.tar.gz xrdp-proprietary-520301d70aafd53287b0f4d153a2b27dc025ea76.zip |
set bitmap cache and bitmap compression from the config file
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 573c990f..3d8652a5 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -126,7 +126,8 @@ int xrdp_orders_send_font(struct xrdp_orders* self, /* xrdp_cache.c */ struct xrdp_cache* xrdp_cache_create(struct xrdp_wm* owner, - struct xrdp_orders* orders); + struct xrdp_orders* orders, + struct xrdp_client_info* client_info); void xrdp_cache_delete(struct xrdp_cache* self); int xrdp_cache_add_bitmap(struct xrdp_cache* self, struct xrdp_bitmap* bitmap); int xrdp_cache_add_palette(struct xrdp_cache* self, int* palette); |