From 030436f8fc9854b6bb39f4d7593d9e70ff83a8ca Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 6 Jan 2012 21:56:17 +0000 Subject: [PATCH] --- MagickCore/constitute.h | 12 +----------- MagickCore/xwindow.c | 1 + 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/MagickCore/constitute.h b/MagickCore/constitute.h index 2e645568b..33d1ac71e 100644 --- a/MagickCore/constitute.h +++ b/MagickCore/constitute.h @@ -22,17 +22,7 @@ extern "C" { #endif -typedef enum -{ - UndefinedPixel, - CharPixel, - DoublePixel, - FloatPixel, - IntegerPixel, - LongPixel, - QuantumPixel, - ShortPixel -} StorageType; +#include extern MagickExport Image *ConstituteImage(const size_t,const size_t,const char *,const StorageType, diff --git a/MagickCore/xwindow.c b/MagickCore/xwindow.c index 624e6d695..8973c08bb 100644 --- a/MagickCore/xwindow.c +++ b/MagickCore/xwindow.c @@ -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" -- 2.40.0