diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-15 15:42:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-15 15:42:16 (GMT) |
commit | d0ab2bd83ddf58e52fc7f6043e701f62d539797e (patch) | |
tree | 5e703ca52b9319fde8162043b0874daef4eceac9 /generic/tk.decls | |
parent | ce9b49e334d7eb958daf84f7322467f4a67919e6 (diff) | |
download | tk-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.decls | 4 |
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. |