added wxFAIL_MSG to unimplemented SetDepth/Width/Height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -469,19 +469,22 @@ void wxBitmap::SetPalette(const wxPalette& palette)
|
|||||||
void wxBitmap::SetHeight(int height)
|
void wxBitmap::SetHeight(int height)
|
||||||
{
|
{
|
||||||
AllocExclusive();
|
AllocExclusive();
|
||||||
#warning "todo"
|
|
||||||
|
wxFAIL_MSG( _T("SetHeight not implemented") );
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxBitmap::SetWidth(int width)
|
void wxBitmap::SetWidth(int width)
|
||||||
{
|
{
|
||||||
AllocExclusive();
|
AllocExclusive();
|
||||||
#warning "todo"
|
|
||||||
|
wxFAIL_MSG( _T("SetWidth not implemented") );
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxBitmap::SetDepth(int depth)
|
void wxBitmap::SetDepth(int depth)
|
||||||
{
|
{
|
||||||
AllocExclusive();
|
AllocExclusive();
|
||||||
#warning "todo"
|
|
||||||
|
wxFAIL_MSG( _T("SetDepth not implemented") );
|
||||||
}
|
}
|
||||||
|
|
||||||
wxIDirectFBSurfacePtr wxBitmap::GetDirectFBSurface() const
|
wxIDirectFBSurfacePtr wxBitmap::GetDirectFBSurface() const
|
||||||
|
Reference in New Issue
Block a user