From: anthony Date: Tue, 5 Apr 2011 06:56:04 +0000 (+0000) Subject: minor comments X-Git-Tag: 7.0.1-0~7771 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4122900355c9e8ccecf5fd30825b39fcaca23457;p=imagemagick minor comments --- diff --git a/magick/composite.h b/magick/composite.h index 86b3c5ab6..9c4d52475 100644 --- a/magick/composite.h +++ b/magick/composite.h @@ -96,7 +96,9 @@ typedef enum MinusSrcCompositeOp } CompositeOperator; -/* Depreciated (renamed) Method Names for backward compatibility */ +/* Depreciated (renamed) Method Names for backward compatibility + * However the CompositeOp value has not changed, just renamed. + */ #define AddCompositeOp ModulusAddCompositeOp #define SubtractCompositeOp ModulusSubtractCompositeOp #define MinusCompositeOp MinusDstCompositeOp