common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -183,7 +183,7 @@ protected:
|
||||
// ports with Combine() in this class
|
||||
#if defined(__WXPALMOS__) || \
|
||||
defined(__WXMSW__) || \
|
||||
( defined(__WXMAC__) && wxOSX_USE_CARBON ) || \
|
||||
( defined(__WXMAC__) && wxOSX_USE_COCOA_OR_CARBON ) || \
|
||||
defined(__WXPM__)
|
||||
|
||||
#define wxHAS_REGION_COMBINE
|
||||
|
Reference in New Issue
Block a user