diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-21 10:38:32 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-21 10:38:32 -0700 |
| commit | e09f14e6d47f1b67a42f8765b87f4eb405616319 (patch) | |
| tree | 20c0b175f358d26c932db7db1885283ccf52b65e /libxrdp/libxrdp.c | |
| parent | d61f32865d25f0388fb5e409ef54e3dc641dab15 (diff) | |
| download | xrdp-proprietary-e09f14e6d47f1b67a42f8765b87f4eb405616319.tar.gz xrdp-proprietary-e09f14e6d47f1b67a42f8765b87f4eb405616319.zip | |
don't jpeg compress fonts
Diffstat (limited to 'libxrdp/libxrdp.c')
| -rw-r--r-- | libxrdp/libxrdp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/libxrdp.c b/libxrdp/libxrdp.c index 4985bbe2..94eefaa9 100644 --- a/libxrdp/libxrdp.c +++ b/libxrdp/libxrdp.c @@ -635,11 +635,11 @@ libxrdp_orders_send_raw_bitmap2(struct xrdp_session* session, int EXPORT_CC libxrdp_orders_send_bitmap2(struct xrdp_session* session, int width, int height, int bpp, char* data, - int cache_id, int cache_idx) + int cache_id, int cache_idx, int hints) { return xrdp_orders_send_bitmap2((struct xrdp_orders*)session->orders, width, height, bpp, data, - cache_id, cache_idx); + cache_id, cache_idx, hints); } /*****************************************************************************/ |
