summaryrefslogtreecommitdiff
path: root/tk/generic/tkInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'tk/generic/tkInt.decls')
-rw-r--r--tk/generic/tkInt.decls5
1 files changed, 5 insertions, 0 deletions
diff --git a/tk/generic/tkInt.decls b/tk/generic/tkInt.decls
index 9046efd34b8..8c6a96afce3 100644
--- a/tk/generic/tkInt.decls
+++ b/tk/generic/tkInt.decls
@@ -2232,3 +2232,8 @@ declare 89 {mac aqua} {
void XQueryColors (Display *display, Colormap colormap, \
XColor *defs_in_out, int ncolors)
}
+
+declare 90 {mac aqua} {
+ Status XQueryTree (Display* d, Window w1, Window* w2, Window* w3, \
+ Window** w4, unsigned int* ui)
+}