git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46594
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
HCURSOR hcursor = wxBitmapToHCURSOR( wxBitmap(imageSized),
hotSpotX, hotSpotY );
HCURSOR hcursor = wxBitmapToHCURSOR( wxBitmap(imageSized),
hotSpotX, hotSpotY );
if ( !hcursor )
{
wxLogWarning(_("Failed to create cursor."));
return;
}
if ( !hcursor )
{
wxLogWarning(_("Failed to create cursor."));
return;
}
m_refData = new wxCursorRefData(hcursor, true /* delete it later */);
}
m_refData = new wxCursorRefData(hcursor, true /* delete it later */);
}
wxCursor::wxCursor(const char WXUNUSED(bits)[],
int WXUNUSED(width),
wxCursor::wxCursor(const char WXUNUSED(bits)[],
int WXUNUSED(width),