diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-02-23 18:03:51 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-02-23 18:03:51 -0800 |
commit | 1f51f62df92fd8edce1a8c1b533150d2b058678a (patch) | |
tree | 70fb46826f5e32e1496db8713522df124f85be88 /xrdp/xrdp.h | |
parent | 76a090196406fbd8a5a3bda1d90fd6e9699b2799 (diff) | |
parent | 2921400083fc4fe873c483c99326daec398c68fe (diff) | |
download | xrdp-proprietary-1f51f62df92fd8edce1a8c1b533150d2b058678a.tar.gz xrdp-proprietary-1f51f62df92fd8edce1a8c1b533150d2b058678a.zip |
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
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 d0b970aa..a778058f 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 |