diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-16 16:06:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-16 16:06:06 (GMT) |
commit | ddd5fe8daea297d73f78c70cb5bfb6c151d4b627 (patch) | |
tree | 33c407e23660f8739d0a578139e516c02f4c884b /generic/tk.decls | |
parent | 28e835d284adc55deae30362d6885d34f357eace (diff) | |
download | tk-ddd5fe8daea297d73f78c70cb5bfb6c151d4b627.zip tk-ddd5fe8daea297d73f78c70cb5bfb6c151d4b627.tar.gz tk-ddd5fe8daea297d73f78c70cb5bfb6c151d4b627.tar.bz2 |
improving backwards compatibilityrfe_2636558
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index 9ceb3af..11b4f87 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -1069,6 +1069,13 @@ declare 273 { void Tk_CreateOldPhotoImageFormat(const Tk_PhotoImageFormat *formatPtr) } +declare 274 { + void reserved274(void) +} +declare 275 { + void reserved275(void) +} + # Define the platform specific public Tk interface. These functions are # only available on the designated platform. |