]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/display-private.h
(no commit message)
[imagemagick] / MagickCore / display-private.h
index 86b33488c46b8603835d0ab92d4bfd41833859fb..c91e4ae823b4e19de4069fb4841ce4673d88d564 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 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.
 #ifndef _MAGICKCORE_DISPLAY_PRIVATE_H
 #define _MAGICKCORE_DISPLAY_PRIVATE_H
 
+#if defined(MAGICKCORE_X11_DELEGATE)
+#include "MagickCore/xwindow-private.h"
+#endif
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
 #if defined(MAGICKCORE_X11_DELEGATE)
-#include "MagickCore/xwindow-private.h"
-
 extern MagickExport Image
-  *XDisplayImage(Display *,XResourceInfo *,char **,int,Image **,size_t *);
+  *XDisplayImage(Display *,XResourceInfo *,char **,int,Image **,size_t *,
+    ExceptionInfo *);
 
 extern MagickExport MagickBooleanType XDisplayBackgroundImage(Display *,
-  XResourceInfo *,Image *);
+  XResourceInfo *,Image *,ExceptionInfo *);
 #endif
 
 #if defined(__cplusplus) || defined(c_plusplus)