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:
Stefan Csomor
2011-02-17 09:46:27 +00:00
parent 8f5bce64e0
commit e5ada8e1aa

View File

@@ -355,7 +355,7 @@ WX_UIImage wxOSXGetUIImageFromCGImage( CGImageRef image )
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
wxCFStringRef cfname(name);
return wxBitmap( [[UIImage imageNamed:cfname.AsNSString()] CGImage] );