git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41213
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
UnRef();
wxCHECK_MSG( width > 0 && height > 0, false, wxT("invalid bitmap size") );
UnRef();
wxCHECK_MSG( width > 0 && height > 0, false, wxT("invalid bitmap size") );
+ wxCHECK_MSG( depth == -1, false, wxT("only default depth supported now") );
DFBSurfaceDescription desc;
desc.flags = (DFBSurfaceDescriptionFlags)(
DFBSurfaceDescription desc;
desc.flags = (DFBSurfaceDescriptionFlags)(
wxBitmap::wxBitmap(const char bits[], int width, int height, int depth)
{
wxCHECK_RET( depth == 1, wxT("can only create mono bitmap from XBM data") );
wxBitmap::wxBitmap(const char bits[], int width, int height, int depth)
{
wxCHECK_RET( depth == 1, wxT("can only create mono bitmap from XBM data") );
+
+ wxFAIL_MSG( _T("not implemented") );
}
bool wxBitmap::Ok() const
}
bool wxBitmap::Ok() const