From 76e070e4f141c868fd4a4432985028c6a67bc643 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sun, 13 May 2012 14:40:14 -0700 Subject: started work on off screen bitmap support --- libxrdp/libxrdp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libxrdp/libxrdp.h') diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 6b105676..35a38190 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -387,6 +387,11 @@ xrdp_orders_send_bitmap2(struct xrdp_orders* self, int APP_CC xrdp_orders_send_brush(struct xrdp_orders* self, int width, int height, int bpp, int type, int size, char* data, int cache_id); +int APP_CC +xrdp_orders_send_create_os_surface(struct xrdp_orders* self, int id, + int width, int height); +int APP_CC +xrdp_orders_send_switch_os_surface(struct xrdp_orders* self, int id); /* xrdp_bitmap_compress.c */ int APP_CC -- cgit v1.2.1