Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:53:29 +0000 (23:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:53:29 +0000 (23:53 +0000)
commite10972f6c1436a6dcd5427b4e3913bb0f398e045
tree3d5d94df339fede4813e4d561a1e44ab77522f91
parent1659164a6f06194b40de1eaa72d4035130891227
Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation.

The previously used kCGBlendModeXOR doesn't seem to be the right mode to use.

Closes #13095.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/carbon/graphics.cpp