]> granicus.if.org Git - imagemagick/blobdiff - magick/monitor.c
(no commit message)
[imagemagick] / magick / monitor.c
index 092c9195ded7e0c5f14b1e11372eaef77b804de6..d890efd88f8fd3d28038c5c363cac1dddcf680a2 100644 (file)
@@ -17,7 +17,7 @@
 %                               December 1995                                 %
 %                                                                             %
 %                                                                             %
-%  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization      %
+%  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization      %
 %  dedicated to making software imaging solutions freely available.           %
 %                                                                             %
 %  You may not use this file except in compliance with the License.  You may  %
@@ -61,7 +61,7 @@
 %  monitor method looks like this:
 %
 %    MagickBooleanType MagickProgressMonitor(const char *text,
-%      const MagickOffsetType offset,const MagickSizeType span,
+%      const MagickOffsetType offset,const MagickSizeType extent,
 %      void *client_data)
 %
 %  If the progress monitor returns MagickFalse, the current operation is
@@ -110,7 +110,7 @@ MagickExport MagickProgressMonitor SetImageProgressMonitor(Image *image,
 %  progress monitor method looks like this:
 %
 %    MagickBooleanType MagickProgressMonitor(const char *text,
-%      const MagickOffsetType offset,const MagickSizeType span,
+%      const MagickOffsetType offset,const MagickSizeType extent,
 %      void *client_data)
 %
 %  If the progress monitor returns MagickFalse, the current operation is