Further wxDC changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-14 14:49:40 +00:00
parent 677dc0ed1a
commit 4f37154e98
16 changed files with 493 additions and 284 deletions

View File

@@ -186,12 +186,12 @@ wxBitmap wxGTKMemoryImplDC::DoGetAsBitmap(const wxRect *subrect) const
return subrect ? bmp.GetSubBitmap(*subrect) : bmp;
}
const wxBitmap& wxGTKMemoryImplDC::DoGetSelectedBitmap() const
const wxBitmap& wxGTKMemoryImplDC::GetSelectedBitmap() const
{
return m_selected;
}
wxBitmap& wxGTKMemoryImplDC::DoGetSelectedBitmap()
wxBitmap& wxGTKMemoryImplDC::GetSelectedBitmap()
{
return m_selected;
}