summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 13:43:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-23 13:43:50 (GMT)
commit35f5f584dd6e1e501b7575f004883c87e1b3af96 (patch)
treec755d97cb3df7ee26060d0f80901e7718aa23c18 /generic/tkStubInit.c
parentbe288d61aad2febcd35e67b8982f733022c60eb9 (diff)
downloadtk-35f5f584dd6e1e501b7575f004883c87e1b3af96.zip
tk-35f5f584dd6e1e501b7575f004883c87e1b3af96.tar.gz
tk-35f5f584dd6e1e501b7575f004883c87e1b3af96.tar.bz2
Add XPutImage() to X11 stub table for MacOSX (aqua), enabling its use for extensions.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 2d0dfbb..9db26f5 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -907,7 +907,7 @@ static const TkIntXlibStubs tkIntXlibStubs = {
0, /* 134 */
0, /* 135 */
XReparentWindow, /* 136 */
- 0, /* 137 */
+ XPutImage, /* 137 */
XPolygonRegion, /* 138 */
XPointInRegion, /* 139 */
#endif /* AQUA */