X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22bd93879da9809ecb6ac5cd3bdf58c2aabf0da1..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/include/wx/bitmap.h?ds=sidebyside diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index 4a1d3b0296..478697ae6b 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -32,6 +32,10 @@ class WXDLLEXPORT wxImage; class WXDLLEXPORT wxMask; class WXDLLEXPORT wxPalette; +#if defined(__WXMGL__) || defined(__WXMAC__) +// Only used by some ports +// FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes + // ---------------------------------------------------------------------------- // wxBitmapHandler: class which knows how to create/load/save bitmaps in // different formats @@ -69,8 +73,6 @@ protected: DECLARE_ABSTRACT_CLASS(wxBitmapHandlerBase) }; - - class WXDLLEXPORT wxBitmapBase : public wxGDIObject { public: @@ -149,8 +151,7 @@ protected: DECLARE_ABSTRACT_CLASS(wxBitmapBase) }; - - +#endif #if defined(__WXMSW__) #include "wx/msw/bitmap.h" @@ -158,10 +159,10 @@ protected: #include "wx/motif/bitmap.h" #elif defined(__WXGTK__) #include "wx/gtk/bitmap.h" +#elif defined(__WXX11__) +#include "wx/x11/bitmap.h" #elif defined(__WXMGL__) #include "wx/mgl/bitmap.h" -#elif defined(__WXQT__) -#include "wx/qt/bitmap.h" #elif defined(__WXMAC__) #include "wx/mac/bitmap.h" #elif defined(__WXPM__)