summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-04-07 22:41:46 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-04-07 22:41:46 -0700
commit6333cdd86564f103d1e500e9c2857663d8c68f81 (patch)
tree94bb6c482170ae07f06fb220d986c94021e4ea5e /libxrdp/libxrdp.h
parent8db6dd3f77548df571085bed9416554fab52db30 (diff)
downloadxrdp-proprietary-6333cdd86564f103d1e500e9c2857663d8c68f81.tar.gz
xrdp-proprietary-6333cdd86564f103d1e500e9c2857663d8c68f81.zip
added non standard jpeg support off by default
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h7
1 files changed, 6 insertions, 1 deletions
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