summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2020-06-09 09:28:02 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2020-06-09 09:28:02 (GMT)
commit4eded734df9d4ee1709532a90fd1882d8eb7c26d (patch)
tree0bc2555520b21a35e7a7cfc6c83883f9f0d33791 /generic/tkInt.h
parent1fb6130fed1e8f64c90f664714669f59fdb45782 (diff)
downloadtk-4eded734df9d4ee1709532a90fd1882d8eb7c26d.zip
tk-4eded734df9d4ee1709532a90fd1882d8eb7c26d.tar.gz
tk-4eded734df9d4ee1709532a90fd1882d8eb7c26d.tar.bz2
TIP529 image metadata: allow match functions to output metadata. implement file close.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index b3cd0fa..8f0c0b5 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -1061,7 +1061,7 @@ MODULE_SCOPE void (*tkHandleEventProc) (XEvent* eventPtr);
MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtDefault;
MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtPNG;
MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtPPM;
-MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtSVGnano;
+MODULE_SCOPE Tk_PhotoImageFormatVersion3 tkImgFmtSVGnano;
MODULE_SCOPE TkMainInfo *tkMainWindowList;
MODULE_SCOPE Tk_ImageType tkPhotoImageType;
MODULE_SCOPE Tcl_HashTable tkPredefBitmapTable;