diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-22 08:27:09 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-22 08:27:09 -0700 |
| commit | 900a2541ca94b5c4cb839c3bd6d35e6460ca1c48 (patch) | |
| tree | 97dc231f119bfdc6a144a353d941bb44839e6579 /libxrdp/libxrdp.h | |
| parent | e09f14e6d47f1b67a42f8765b87f4eb405616319 (diff) | |
| download | xrdp-proprietary-900a2541ca94b5c4cb839c3bd6d35e6460ca1c48.tar.gz xrdp-proprietary-900a2541ca94b5c4cb839c3bd6d35e6460ca1c48.zip | |
offscreen bitmaps: implement the delete list
Diffstat (limited to 'libxrdp/libxrdp.h')
| -rw-r--r-- | libxrdp/libxrdp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index cb0637f7..7aae38b5 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -389,8 +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 num_del_list, - int* del_list); + int width, int height, + struct list* del_list); int APP_CC xrdp_orders_send_switch_os_surface(struct xrdp_orders* self, int id); |
