diff --git a/ChangeLog b/ChangeLog index 1a0ed48b5..99fb004f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-01-21 Adam Fedor + + * Headers/gnustep/gui/NSGraphicsContext.m: Change NSCompositeData... + to NSCompositeDestination... + Sat Jan 22 00:23:31 2000 Nicola Pero * Source/NSButtonCell.m ([-_init]): Updated for change in superclass' diff --git a/Headers/gnustep/gui/NSGraphicsContext.h b/Headers/gnustep/gui/NSGraphicsContext.h index 6e24b2e5a..98ce7e915 100644 --- a/Headers/gnustep/gui/NSGraphicsContext.h +++ b/Headers/gnustep/gui/NSGraphicsContext.h @@ -67,10 +67,10 @@ typedef enum _NSCompositingOperation NSCompositeSourceIn, NSCompositeSourceOut, NSCompositeSourceAtop, - NSCompositeDataOver, - NSCompositeDataIn, - NSCompositeDataOut, - NSCompositeDataAtop, + NSCompositeDestinationOver, + NSCompositeDestinationIn, + NSCompositeDestinationOut, + NSCompositeDestinationAtop, NSCompositeXOR, NSCompositePlusDarker, NSCompositeHighlight,