summaryrefslogtreecommitdiff
path: root/tk/generic/tkStubInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tk/generic/tkStubInit.c')
-rw-r--r--tk/generic/tkStubInit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tk/generic/tkStubInit.c b/tk/generic/tkStubInit.c
index f6558a8f47c..6132ee95cc9 100644
--- a/tk/generic/tkStubInit.c
+++ b/tk/generic/tkStubInit.c
@@ -714,6 +714,7 @@ TkIntXlibStubs tkIntXlibStubs = {
XWarpPointer, /* 87 */
XQueryColor, /* 88 */
XQueryColors, /* 89 */
+ XQueryTree, /* 90 */
#endif /* MAC_TCL */
#ifdef MAC_OSX_TK
XSetDashes, /* 0 */
@@ -806,6 +807,7 @@ TkIntXlibStubs tkIntXlibStubs = {
XWarpPointer, /* 87 */
XQueryColor, /* 88 */
XQueryColors, /* 89 */
+ XQueryTree, /* 90 */
#endif /* MAC_OSX_TK */
};