]> granicus.if.org Git - imagemagick/commitdiff
minor comments
authoranthony <anthony@git.imagemagick.org>
Tue, 5 Apr 2011 06:56:04 +0000 (06:56 +0000)
committeranthony <anthony@git.imagemagick.org>
Tue, 5 Apr 2011 06:56:04 +0000 (06:56 +0000)
magick/composite.h

index 86b3c5ab6052edce620413b46fb946bf1f73134e..9c4d524759c5f0b9daac3d3a290caa2a1c8d3434 100644 (file)
@@ -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