]> granicus.if.org Git - imagemagick/blobdiff - magick/montage.h
(no commit message)
[imagemagick] / magick / montage.h
index 697948673f4a5a6c81fb11ac83f0ffb5fafbe016..34b4a0a37b27a122d5970a32844c950dd0d0870d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2010 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.
@@ -43,7 +43,7 @@ typedef struct _MontageInfo
   double
     pointsize;
 
-  unsigned long
+  size_t
     border_width;
 
   MagickBooleanType
@@ -65,7 +65,7 @@ typedef struct _MontageInfo
   MagickBooleanType
     debug;
 
-  unsigned long
+  size_t
     signature;
 } MontageInfo;