]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagpng.h
make WakeUp variant explicit, too many errors using heuristics, like #14176
[wxWidgets.git] / include / wx / imagpng.h
index e7ba4646d67053b92518407d3d628ce0e510a81d..693cd5ae2976805abd95e87c49fcda54caad2010 100644 (file)
@@ -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