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:
Adam Fedor 2000-01-22 05:11:56 +00:00
parent 7522e82995
commit a25e85609b
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>
* Source/NSButtonCell.m ([-_init]): Updated for change in superclass'

View file

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