Change NSComposite constants

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5811 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-01-22 05:11:56 +00:00
parent c31fbb6b7e
commit e4f865d17a
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2000-01-21 Adam Fedor <fedor@gnu.org>
* Headers/gnustep/gui/NSGraphicsContext.m: Change NSCompositeData...
to NSCompositeDestination...
Sat Jan 22 00:23:31 2000 Nicola Pero <n.pero@mi.flashnet.it> Sat Jan 22 00:23:31 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSButtonCell.m ([-_init]): Updated for change in superclass' * Source/NSButtonCell.m ([-_init]): Updated for change in superclass'

View file

@ -67,10 +67,10 @@ typedef enum _NSCompositingOperation
NSCompositeSourceIn, NSCompositeSourceIn,
NSCompositeSourceOut, NSCompositeSourceOut,
NSCompositeSourceAtop, NSCompositeSourceAtop,
NSCompositeDataOver, NSCompositeDestinationOver,
NSCompositeDataIn, NSCompositeDestinationIn,
NSCompositeDataOut, NSCompositeDestinationOut,
NSCompositeDataAtop, NSCompositeDestinationAtop,
NSCompositeXOR, NSCompositeXOR,
NSCompositePlusDarker, NSCompositePlusDarker,
NSCompositeHighlight, NSCompositeHighlight,