From 62777d43b19f5e07790562e4338c9a2b378def51 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 17 Jul 2012 15:24:11 -0700 Subject: work on bitmap cache v3 --- libxrdp/xrdp_orders.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libxrdp/xrdp_orders.c') diff --git a/libxrdp/xrdp_orders.c b/libxrdp/xrdp_orders.c index d068c39a..77fdbf23 100644 --- a/libxrdp/xrdp_orders.c +++ b/libxrdp/xrdp_orders.c @@ -22,6 +22,10 @@ #include "libxrdp.h" +#if defined(XRDP_FREERDP1) +#include +#endif + /*****************************************************************************/ struct xrdp_orders* APP_CC xrdp_orders_create(struct xrdp_session* session, struct xrdp_rdp* rdp_layer) @@ -1942,6 +1946,16 @@ height(%d)", lines_sending, height); return 0; } +/*****************************************************************************/ +/* secondary drawing order (bitmap v3) using remotefx compression */ +int APP_CC +xrdp_orders_send_bitmap3(struct xrdp_orders* self, + int width, int height, int bpp, char* data, + int cache_id, int cache_idx, int hints) +{ + return 0; +} + /*****************************************************************************/ /* returns error */ /* send a brush cache entry */ -- cgit v1.2.1