X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccec90930cfc38bd4347a97f46481242d9fd23cd..db414879d45f5da2be534a0f523b0506f2ab1183:/include/wx/imagpng.h diff --git a/include/wx/imagpng.h b/include/wx/imagpng.h index e7ba4646d6..693cd5ae29 100644 --- a/include/wx/imagpng.h +++ b/include/wx/imagpng.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: imagpng.h +// Name: wx/imagpng.h // Purpose: wxImage PNG handler // Author: Robert Roebling // RCS-ID: $Id$ @@ -33,7 +33,8 @@ enum { wxPNG_TYPE_COLOUR = 0, wxPNG_TYPE_GREY = 2, - wxPNG_TYPE_GREY_RED = 3 + wxPNG_TYPE_GREY_RED = 3, + wxPNG_TYPE_PALETTE = 4 }; class WXDLLIMPEXP_CORE wxPNGHandler: public wxImageHandler