ROP changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1284,10 +1284,6 @@ void wxWindowDC::SetLogicalFunction( int function )
|
||||
|
||||
// unsupported by GTK
|
||||
case wxNOR: mode = GDK_COPY; break;
|
||||
|
||||
// these are actually ternary ROPs
|
||||
case wxSRC_AND: mode = GDK_AND; break;
|
||||
case wxSRC_OR: mode = GDK_OR; break;
|
||||
#endif
|
||||
default:
|
||||
{
|
||||
|
Reference in New Issue
Block a user