From 6333cdd86564f103d1e500e9c2857663d8c68f81 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sat, 7 Apr 2012 22:41:46 -0700 Subject: added non standard jpeg support off by default --- libxrdp/libxrdp.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libxrdp/libxrdp.h') diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 6f622808..d63b140a 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -391,8 +391,13 @@ xrdp_orders_send_brush(struct xrdp_orders* self, int width, int height, int APP_CC xrdp_bitmap_compress(char* in_data, int width, int height, struct stream* s, int bpp, int byte_limit, - int start_line, struct stream* temp, + int start_line, struct stream* temp_s, int e); +int APP_CC +xrdp_jpeg_compress(char* in_data, int width, int height, + struct stream* s, int bpp, int byte_limit, + int start_line, struct stream* temp_s, + int e); /* xrdp_channel.c */ struct xrdp_channel* APP_CC -- cgit v1.2.1