From e5ada8e1aa4d355d470504b8ea77feed2564cba1 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 17 Feb 2011 09:46:27 +0000 Subject: [PATCH] activating high-res support via artprov mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/utilscocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/carbon/utilscocoa.mm b/src/osx/carbon/utilscocoa.mm index 41bda29155..af37cccbe5 100644 --- a/src/osx/carbon/utilscocoa.mm +++ b/src/osx/carbon/utilscocoa.mm @@ -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] ); -- 2.45.2