summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-13 14:40:14 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-13 14:40:14 -0700
commit76e070e4f141c868fd4a4432985028c6a67bc643 (patch)
tree6cc4d9c9b9e1cc5f41e7ac453672d45f2cf692ac /libxrdp/libxrdp.h
parente8d2e4b6ad7538fc8f87bbe285d7d2a2413a734e (diff)
downloadxrdp-proprietary-76e070e4f141c868fd4a4432985028c6a67bc643.tar.gz
xrdp-proprietary-76e070e4f141c868fd4a4432985028c6a67bc643.zip
started work on off screen bitmap support
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h5
1 files changed, 5 insertions, 0 deletions
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