Missed one symbol used in the compatibility path.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1737,9 +1737,11 @@ bool wxMacCoreGraphicsContext::SetCompositionMode(wxCompositionMode op)
|
|||||||
case wxCOMPOSITION_XOR:
|
case wxCOMPOSITION_XOR:
|
||||||
cop = kCGCompositeOperationXOR;
|
cop = kCGCompositeOperationXOR;
|
||||||
break;
|
break;
|
||||||
|
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
|
||||||
case wxCOMPOSITION_ADD:
|
case wxCOMPOSITION_ADD:
|
||||||
mode = kCGBlendModePlusLighter ;
|
mode = kCGBlendModePlusLighter ;
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user