X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72045d5768a126191a907bc640c28e81a11afdd6..5410f5728d75f905375c2b05944b11fc92a74aa4:/include/wx/anidecod.h diff --git a/include/wx/anidecod.h b/include/wx/anidecod.h index 4fe25b6da8..176a631904 100644 --- a/include/wx/anidecod.h +++ b/include/wx/anidecod.h @@ -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