git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48136
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#ifdef __WXMAC__
+ dc.SetLogicalFunction(wxCOPY);
+#else
// this seems to be closer than what Windows does than wxINVERT although
// I'm still not sure if it's correct
dc.SetLogicalFunction(wxAND_REVERSE);
// this seems to be closer than what Windows does than wxINVERT although
// I'm still not sure if it's correct
dc.SetLogicalFunction(wxAND_REVERSE);
wxCoord z;
for ( z = x1 + 1; z < x2; z += 2 )
wxCoord z;
for ( z = x1 + 1; z < x2; z += 2 )