From e4f865d17a137b0f56f8170afc16e76522be29e3 Mon Sep 17 00:00:00 2001 From: fedor Date: Sat, 22 Jan 2000 05:11:56 +0000 Subject: [PATCH] Change NSComposite constants git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5811 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Headers/gnustep/gui/NSGraphicsContext.h | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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,