summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-02-18 12:10:05 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-02-18 12:10:05 -0800
commit8cd57e07102a048d1e4b8ae4228a4cbdde88d509 (patch)
tree1b1e955c4a04ad1260c1a744655b184a27d17505 /xup/xup.h
parentb0a18321864ad8dc3f2308d2c920f85e2500f5d1 (diff)
downloadxrdp-proprietary-8cd57e07102a048d1e4b8ae4228a4cbdde88d509.tar.gz
xrdp-proprietary-8cd57e07102a048d1e4b8ae4228a4cbdde88d509.zip
added server_paint_rects
Diffstat (limited to 'xup/xup.h')
-rw-r--r--xup/xup.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/xup/xup.h b/xup/xup.h
index 9ae4f920..d8214f08 100644
--- a/xup/xup.h
+++ b/xup/xup.h
@@ -133,8 +133,12 @@ struct mod
int mskformat, int mskwidth, int mskrepeat, int op,
int srcx, int srcy, int mskx, int msky,
int dstx, int dsty, int width, int height, int dstformat);
+ int (*server_paint_rects)(struct mod* v,
+ int num_drects, short *drects,
+ int num_crects, short *crects,
+ char *data, int width, int height, int flags);
- tbus server_dumby[100 - 42]; /* align, 100 minus the number of server
+ tbus server_dumby[100 - 43]; /* align, 100 minus the number of server
functions above */
/* common */
tbus handle; /* pointer to self as long */