summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 10:57:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-10 10:57:51 (GMT)
commit1360a9336e3403d578af136fb9d0b7a4eabd57b8 (patch)
tree1a5d7ab11cd886b99457247a3efa49cba0148c77 /generic/tkInt.decls
parente89bfca44403750e0e1b9f7f36ed67cd244ab73f (diff)
downloadtk-1360a9336e3403d578af136fb9d0b7a4eabd57b8.zip
tk-1360a9336e3403d578af136fb9d0b7a4eabd57b8.tar.gz
tk-1360a9336e3403d578af136fb9d0b7a4eabd57b8.tar.bz2
Fix many gcc(-9) warnings, backported from trunk.
Add dummy X11 stub entries, marking entries added in Tk 8.6 and Tk 8.7.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index c2d018c..2b04cc1 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -1394,6 +1394,9 @@ declare 134 win {
declare 135 win {
int XDrawPoints(Display *d, Drawable dr, GC gc, XPoint *p, int n, int m)
}
+declare 158 win {
+ void TkUnusedStubEntry(void)
+}
################################
# X functions for Aqua
@@ -1717,6 +1720,9 @@ declare 90 aqua {
declare 91 aqua {
int XSync(Display *display, Bool flag)
}
+declare 158 aqua {
+ void TkUnusedStubEntry(void)
+}
# Local Variables:
# mode: tcl