X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a46d481471094828088c790eb1a7e0509287b1b0..807a572ef49c4925cdebca6d57b88b9487ce8b41:/src/dfb/bitmap.cpp diff --git a/src/dfb/bitmap.cpp b/src/dfb/bitmap.cpp index 0e1d5229e5..b50e4aac90 100644 --- a/src/dfb/bitmap.cpp +++ b/src/dfb/bitmap.cpp @@ -469,19 +469,22 @@ void wxBitmap::SetPalette(const wxPalette& palette) void wxBitmap::SetHeight(int height) { AllocExclusive(); -#warning "todo" + + wxFAIL_MSG( _T("SetHeight not implemented") ); } void wxBitmap::SetWidth(int width) { AllocExclusive(); -#warning "todo" + + wxFAIL_MSG( _T("SetWidth not implemented") ); } void wxBitmap::SetDepth(int depth) { AllocExclusive(); -#warning "todo" + + wxFAIL_MSG( _T("SetDepth not implemented") ); } wxIDirectFBSurfacePtr wxBitmap::GetDirectFBSurface() const