diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-13 14:40:14 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-13 14:40:14 -0700 |
commit | 76e070e4f141c868fd4a4432985028c6a67bc643 (patch) | |
tree | 6cc4d9c9b9e1cc5f41e7ac453672d45f2cf692ac /libxrdp/libxrdp.h | |
parent | e8d2e4b6ad7538fc8f87bbe285d7d2a2413a734e (diff) | |
download | xrdp-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.h | 5 |
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 |