]> git.saurik.com Git - wxWidgets.git/commitdiff
activating high-res support via artprov mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 17 Feb 2011 09:46:27 +0000 (09:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 17 Feb 2011 09:46:27 +0000 (09:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/utilscocoa.mm

index 41bda29155484d1b3911d20670e819bf6c8cb887..af37cccbe5564f799ec96c5aa5b1718465e2046c 100644 (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] );