mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
7522e82995
commit
a25e85609b
2 changed files with 9 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -67,10 +67,10 @@ typedef enum _NSCompositingOperation
|
|||
NSCompositeSourceIn,
|
||||
NSCompositeSourceOut,
|
||||
NSCompositeSourceAtop,
|
||||
NSCompositeDataOver,
|
||||
NSCompositeDataIn,
|
||||
NSCompositeDataOut,
|
||||
NSCompositeDataAtop,
|
||||
NSCompositeDestinationOver,
|
||||
NSCompositeDestinationIn,
|
||||
NSCompositeDestinationOut,
|
||||
NSCompositeDestinationAtop,
|
||||
NSCompositeXOR,
|
||||
NSCompositePlusDarker,
|
||||
NSCompositeHighlight,
|
||||
|
|
Loading…
Reference in a new issue