From bfe555e3b6ad96df9ab45365305d1ef463c3f015 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Tue, 24 Jun 2008 05:43:10 +0000 Subject: added brush cache bits for clients that support it --- libxrdp/libxrdp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libxrdp/libxrdp.c') diff --git a/libxrdp/libxrdp.c b/libxrdp/libxrdp.c index 70e88646..d46b0a08 100644 --- a/libxrdp/libxrdp.c +++ b/libxrdp/libxrdp.c @@ -716,3 +716,14 @@ libxrdp_send_to_channel(struct xrdp_session* session, int channel_id, free_stream(s); return 0; } + +/*****************************************************************************/ +int EXPORT_CC +libxrdp_orders_send_brush(struct xrdp_session* session, + int width, int height, int bpp, int type, + int size, char* data, int cache_id) +{ + return xrdp_orders_send_brush((struct xrdp_orders*)session->orders, + width, height, bpp, type, size, data, + cache_id); +} -- cgit v1.2.3