X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3ee7025523a7a0ac32bf4c807ae1276fd3bcc09..760be3f7cb386924420a87045af761bbc964f041:/include/wx/dfb/bitmap.h diff --git a/include/wx/dfb/bitmap.h b/include/wx/dfb/bitmap.h index 28bd0b0f28..7ac7cf2b2e 100644 --- a/include/wx/dfb/bitmap.h +++ b/include/wx/dfb/bitmap.h @@ -21,12 +21,12 @@ wxDFB_DECLARE_INTERFACE(IDirectFBSurface); // wxBitmap //----------------------------------------------------------------------------- -class WXDLLIMPEXP_CORE wxBitmapHandler: public wxBitmapHandlerBase +class WXDLLIMPEXP_CORE wxBitmapHandler : public wxBitmapHandlerBase { DECLARE_ABSTRACT_CLASS(wxBitmapHandler) }; -class WXDLLIMPEXP_CORE wxBitmap: public wxBitmapBase +class WXDLLIMPEXP_CORE wxBitmap : public wxBitmapBase { public: wxBitmap() {} @@ -39,9 +39,6 @@ public: wxBitmap(const wxImage& image, int depth = -1); #endif - bool Ok() const { return IsOk(); } - bool IsOk() const; - bool Create(const wxIDirectFBSurfacePtr& surface); bool Create(int width, int height, int depth = -1); @@ -86,9 +83,8 @@ public: wxIDirectFBSurfacePtr GetDirectFBSurface() const; protected: - // ref counting code - virtual wxObjectRefData *CreateRefData() const; - virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; + virtual wxGDIRefData *CreateGDIRefData() const; + virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const; bool CreateWithFormat(int width, int height, int dfbFormat);