summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-20 21:14:15 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-20 21:14:15 -0700
commitd88291c9ddc4abc81ae68897faaafcc91f6a6e86 (patch)
tree74eccdb284fed0ffd7c9d6493745652e51808fc9 /libxrdp/libxrdp.h
parentaa3fad894db4e9b02999b229eb7e63fd8e91bdf6 (diff)
downloadxrdp-proprietary-d88291c9ddc4abc81ae68897faaafcc91f6a6e86.tar.gz
xrdp-proprietary-d88291c9ddc4abc81ae68897faaafcc91f6a6e86.zip
-xorg: work on off screen bitmaps
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h
index 35a38190..99649a41 100644
--- a/libxrdp/libxrdp.h
+++ b/libxrdp/libxrdp.h
@@ -389,7 +389,8 @@ 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 width, int height, int num_del_list,
+ int* del_list);
int APP_CC
xrdp_orders_send_switch_os_surface(struct xrdp_orders* self, int id);