mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-03 18:00:54 +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
c31fbb6b7e
commit
e4f865d17a
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>
|
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'
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue