summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-15 15:42:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-15 15:42:16 (GMT)
commitd0ab2bd83ddf58e52fc7f6043e701f62d539797e (patch)
tree5e703ca52b9319fde8162043b0874daef4eceac9 /generic/tk.decls
parentce9b49e334d7eb958daf84f7322467f4a67919e6 (diff)
downloadtk-d0ab2bd83ddf58e52fc7f6043e701f62d539797e.zip
tk-d0ab2bd83ddf58e52fc7f6043e701f62d539797e.tar.gz
tk-d0ab2bd83ddf58e52fc7f6043e701f62d539797e.tar.bz2
Extend the public and private stub tables with dummy NULL entries, up to the size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.5/8.6 features but (erroneously) are attempted to be loaded in wish8.4
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index b64cc43..032320d 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1017,7 +1017,9 @@ declare 264 {
char *recordPtr, Tk_Window tkwin, Drawable d, int x, int y,
int width, int height, int state)
}
-
+declare 275 {
+ void TkUnusedStubEntry(void)
+}
# Define the platform specific public Tk interface. These functions are
# only available on the designated platform.