summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-11 11:40:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-11 11:40:07 (GMT)
commitc28292a3923e7c09df16322a73d4b53eaff74b79 (patch)
treeeeb37dcb2087a7980c744dcc19b07bfc396caf44 /generic/tkInt.decls
parentc24b589a6b793f5112cd11f613af9aa7ae10b55f (diff)
downloadtk-c28292a3923e7c09df16322a73d4b53eaff74b79.zip
tk-c28292a3923e7c09df16322a73d4b53eaff74b79.tar.gz
tk-c28292a3923e7c09df16322a73d4b53eaff74b79.tar.bz2
Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor()
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls12
1 files changed, 12 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 37557f5..14ab250 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -1852,6 +1852,18 @@ declare 137 aqua {
int sx, int sy, int dx, int dy,
unsigned int w, unsigned int h)
}
+declare 144 aqua {
+ void XDestroyIC(XIC xic)
+}
+declare 145 aqua {
+ Cursor XCreatePixmapCursor(Display *d, Pixmap p1, Pixmap p2,
+ XColor *x1, XColor *x2, unsigned int ui1, unsigned int ui2)
+}
+declare 146 aqua {
+ Cursor XCreateGlyphCursor(Display *d, Font f1, Font f2,
+ unsigned int ui1, unsigned int ui2, XColor _Xconst *x1,
+ XColor _Xconst *x2)
+}
declare 158 aqua {
void TkUnusedStubEntry(void)
}