]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 6 Jan 2012 21:56:17 +0000 (21:56 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 6 Jan 2012 21:56:17 +0000 (21:56 +0000)
MagickCore/constitute.h
MagickCore/xwindow.c

index 2e645568bcc00b66a5a53bf6a0197a565c38906c..33d1ac71e2a0d4835bce92025a173383bbf4f6f7 100644 (file)
 extern "C" {
 #endif
 
-typedef enum
-{
-  UndefinedPixel,
-  CharPixel,
-  DoublePixel,
-  FloatPixel,
-  IntegerPixel,
-  LongPixel,
-  QuantumPixel,
-  ShortPixel
-} StorageType;
+#include <MagickCore/pixel.h>
 
 extern MagickExport Image
   *ConstituteImage(const size_t,const size_t,const char *,const StorageType,
index 624e6d6950cdd0ddd302c35f188bb0ddaae1f812..8973c08bbb40fd6b3e52b5be1fb475799a468b8a 100644 (file)
@@ -49,6 +49,7 @@
 #include "MagickCore/color-private.h"
 #include "MagickCore/colormap.h"
 #include "MagickCore/composite.h"
+#include "MagickCore/constitute.h"
 #include "MagickCore/display.h"
 #include "MagickCore/distort.h"
 #include "MagickCore/exception.h"