diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2008-12-28 13:08:38 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2008-12-28 13:08:38 (GMT) |
commit | 185ef4e5762a1720ad31e5aab6eaa5e968d0f49d (patch) | |
tree | d14761b98a51d9beff989e0b397105a7f630855d /generic/tkInt.h | |
parent | e673f18655647e58a0b1139b9e8ab25b3ef35e24 (diff) | |
download | tk-185ef4e5762a1720ad31e5aab6eaa5e968d0f49d.zip tk-185ef4e5762a1720ad31e5aab6eaa5e968d0f49d.tar.gz tk-185ef4e5762a1720ad31e5aab6eaa5e968d0f49d.tar.bz2 |
Implementation of TIP #244, PNG image support.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 214b428..41ba794 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: $Id: tkInt.h,v 1.98 2008/12/10 05:02:51 das Exp $ + * RCS: $Id: tkInt.h,v 1.99 2008/12/28 13:08:39 dkf Exp $ */ #ifndef _TKINT @@ -962,6 +962,7 @@ MODULE_SCOPE const Tk_SmoothMethod tkBezierSmoothMethod; MODULE_SCOPE Tk_ImageType tkBitmapImageType; MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtGIF; MODULE_SCOPE void (*tkHandleEventProc) (XEvent* eventPtr); +MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtPNG; MODULE_SCOPE Tk_PhotoImageFormat tkImgFmtPPM; MODULE_SCOPE TkMainInfo *tkMainWindowList; MODULE_SCOPE Tk_ImageType tkPhotoImageType; |