summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
authorJim Grandy <jgrandy@authentic8.com>2013-07-03 15:57:00 -0700
committerJim Grandy <jgrandy@authentic8.com>2013-08-22 12:52:24 -0700
commit45b0bc9f17f0788bdfe28c0ae687faa0bce9374f (patch)
treea2f2e71699615e2320cfb5ab0060ebde37cc3bc8 /xup/xup.h
parent1ae9a7f2b685a8c2bf052e7c1724811346189fb9 (diff)
downloadxrdp-proprietary-45b0bc9f17f0788bdfe28c0ae687faa0bce9374f.tar.gz
xrdp-proprietary-45b0bc9f17f0788bdfe28c0ae687faa0bce9374f.zip
Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b015d 4e51e6d 2829087
Diffstat (limited to 'xup/xup.h')
-rw-r--r--xup/xup.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/xup/xup.h b/xup/xup.h
index a7956915..93465695 100644
--- a/xup/xup.h
+++ b/xup/xup.h
@@ -119,8 +119,11 @@ struct mod
int flags);
int (*server_set_cursor_ex)(struct mod* v, int x, int y, char* data,
char* mask, int bpp);
+ int (*server_add_char_alpha)(struct mod* v, int font, int charactor,
+ int offset, int baseline,
+ int width, int height, char* data);
- tbus server_dumby[100 - 38]; /* align, 100 minus the number of server
+ tbus server_dumby[100 - 39]; /* align, 100 minus the number of server
functions above */
/* common */
tbus handle; /* pointer to self as long */