summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-19 08:16:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-19 08:16:21 (GMT)
commit7cdbb6ae499b0cb38c23d528ff89bba646c52c14 (patch)
tree34c076f2aa5d16db3ce3ffbf7d220319ddaf4e13 /generic/tkInt.decls
parent296af77a42b7efdc14a3244bac9647f000eab062 (diff)
downloadtk-7cdbb6ae499b0cb38c23d528ff89bba646c52c14.zip
tk-7cdbb6ae499b0cb38c23d528ff89bba646c52c14.tar.gz
tk-7cdbb6ae499b0cb38c23d528ff89bba646c52c14.tar.bz2
Move stub entry for XSetClipRectangles to 106, since 92 is already filled in Tk 8.7
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index d6de4a7..a160541 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -1823,7 +1823,7 @@ declare 90 aqua {
declare 91 aqua {
int XSync(Display *display, Bool discard)
}
-declare 92 aqua {
+declare 106 aqua {
int XSetClipRectangles(Display *display, GC gc, int clip_x_origin,
int clip_y_origin, XRectangle rectangles[], int n, int ordering)
}