diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-02-18 12:10:05 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-02-18 12:10:05 -0800 |
commit | 8cd57e07102a048d1e4b8ae4228a4cbdde88d509 (patch) | |
tree | 1b1e955c4a04ad1260c1a744655b184a27d17505 /xrdp/xrdp.h | |
parent | b0a18321864ad8dc3f2308d2c920f85e2500f5d1 (diff) | |
download | xrdp-proprietary-8cd57e07102a048d1e4b8ae4228a4cbdde88d509.tar.gz xrdp-proprietary-8cd57e07102a048d1e4b8ae4228a4cbdde88d509.zip |
added server_paint_rects
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r-- | xrdp/xrdp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index e04dea5f..0897879f 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -402,6 +402,10 @@ server_composite(struct xrdp_mod* mod, int srcidx, int srcformat, int srcwidth, int srcx, int srcy, int mskx, int msky, int dstx, int dsty, int width, int height, int dstformat); int DEFAULT_CC +server_paint_rects(struct xrdp_mod* mod, int num_drects, short *drects, + int num_crects, short *crects, + char *data, int width, int height, int flags); +int DEFAULT_CC server_set_pointer(struct xrdp_mod* mod, int x, int y, char* data, char* mask); int DEFAULT_CC |