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 /xup/xup.h | |
parent | b0a18321864ad8dc3f2308d2c920f85e2500f5d1 (diff) | |
download | xrdp-proprietary-8cd57e07102a048d1e4b8ae4228a4cbdde88d509.tar.gz xrdp-proprietary-8cd57e07102a048d1e4b8ae4228a4cbdde88d509.zip |
added server_paint_rects
Diffstat (limited to 'xup/xup.h')
-rw-r--r-- | xup/xup.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 */ |