]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/anidecod.h
Theme fix for Mac
[wxWidgets.git] / include / wx / anidecod.h
index 4fe25b6da85c89231fc300574c88db0fc2f93bd0..176a631904c23ea1738925f8a1f786e44c55730d 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_STREAMS && wxUSE_GIF
+#if wxUSE_STREAMS && wxUSE_ICO_CUR
 
 #include "wx/stream.h"
 #include "wx/image.h"
@@ -21,8 +21,8 @@
 
 class /*WXDLLEXPORT*/ wxANIFrameInfo;
 
-WX_DECLARE_OBJARRAY(wxANIFrameInfo, wxANIFrameInfoArray);
-WX_DECLARE_OBJARRAY(wxImage, wxImageArray);
+WX_DECLARE_EXPORTED_OBJARRAY(wxANIFrameInfo, wxANIFrameInfoArray);
+WX_DECLARE_EXPORTED_OBJARRAY(wxImage, wxImageArray);
 
 // --------------------------------------------------------------------------
 // wxANIDecoder class
@@ -49,6 +49,7 @@ public:
     virtual wxPoint GetFramePosition(size_t frame) const;
     virtual wxAnimationDisposal GetDisposalMethod(size_t frame) const;
     virtual long GetDelay(size_t frame) const;
+    virtual wxColour GetTransparentColour(size_t frame) const;
 
 public:
     // constructor, destructor, etc.
@@ -72,6 +73,6 @@ private:
 };
 
 
-#endif  // wxUSE_STREAM && wxUSE_GIF
-#endif  // _WX_ANIDECOD_H
+#endif  // wxUSE_STREAM && wxUSE_ICO_CUR
 
+#endif  // _WX_ANIDECOD_H