X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24ff756145239f513187398f00092f3581fb12e2..6850c5760549d60fa461dcaa575f3025b5876e74:/include/wx/dcbuffer.h diff --git a/include/wx/dcbuffer.h b/include/wx/dcbuffer.h index f9a8afa46f..ed81955ffe 100644 --- a/include/wx/dcbuffer.h +++ b/include/wx/dcbuffer.h @@ -222,6 +222,10 @@ public: { return m_targetDc->GetGDKWindow(); } + virtual wxBitmap GetSelectedBitmap() const + { + return m_targetDc->GetSelectedBitmap(); + } #endif bool Blit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,