]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcbuffer.h
bump subrelease number
[wxWidgets.git] / include / wx / dcbuffer.h
index f9a8afa46fc8b4651e5a18ad06c57065c2c2f5da..ed81955ffe6147a24e562d13df902e62daef10a7 100644 (file)
@@ -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,