X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3352145758d8f6b471a2b7dbffd82b8c0aecf95e..3569e0d042fa09417c2777b3da833a1df5096e06:/include/wx/graphics.h diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 3be5731140..d93d63ba41 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -499,9 +499,7 @@ public: // image support // -#ifndef __WXGTK20__ virtual void DrawBitmap( const wxGraphicsBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ) = 0; -#endif virtual void DrawBitmap( const wxBitmap &bmp, wxDouble x, wxDouble y, wxDouble w, wxDouble h ) = 0; @@ -657,14 +655,11 @@ public: // sets the font virtual wxGraphicsFont CreateFont( const wxFont &font , const wxColour &col = *wxBLACK ) = 0; -#ifndef __WXGTK20__ // create a native bitmap representation virtual wxGraphicsBitmap CreateBitmap( const wxBitmap &bitmap ) = 0; // create a subimage from a native image representation virtual wxGraphicsBitmap CreateSubBitmap( const wxGraphicsBitmap &bitmap, wxDouble x, wxDouble y, wxDouble w, wxDouble h ) = 0; -#endif - private: wxDECLARE_NO_COPY_CLASS(wxGraphicsRenderer);