activating high-res support via artprov mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -355,7 +355,7 @@ WX_UIImage wxOSXGetUIImageFromCGImage( CGImageRef image )
|
|||||||
|
|
||||||
wxBitmap wxOSXCreateSystemBitmap(const wxString& name, const wxString &client, const wxSize& size)
|
wxBitmap wxOSXCreateSystemBitmap(const wxString& name, const wxString &client, const wxSize& size)
|
||||||
{
|
{
|
||||||
#if 0
|
#if 1
|
||||||
// unfortunately this only accesses images in the app bundle, not the system wide globals
|
// unfortunately this only accesses images in the app bundle, not the system wide globals
|
||||||
wxCFStringRef cfname(name);
|
wxCFStringRef cfname(name);
|
||||||
return wxBitmap( [[UIImage imageNamed:cfname.AsNSString()] CGImage] );
|
return wxBitmap( [[UIImage imageNamed:cfname.AsNSString()] CGImage] );
|
||||||
|
Reference in New Issue
Block a user