00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef MAGICKCORE_DISPLAY_PRIVATE_H
00019 #define MAGICKCORE_DISPLAY_PRIVATE_H
00020
00021 #if defined(MAGICKCORE_X11_DELEGATE)
00022 #include "MagickCore/xwindow-private.h"
00023 #endif
00024
00025 #if defined(__cplusplus) || defined(c_plusplus)
00026 extern "C" {
00027 #endif
00028
00029 #if defined(MAGICKCORE_X11_DELEGATE)
00030 extern MagickExport Image
00031 *XDisplayImage(Display *,XResourceInfo *,char **,int,Image **,size_t *,
00032 ExceptionInfo *);
00033
00034 extern MagickExport MagickBooleanType XDisplayBackgroundImage(Display *,
00035 XResourceInfo *,Image *,ExceptionInfo *);
00036 #endif
00037
00038 #if defined(__cplusplus) || defined(c_plusplus)
00039 }
00040 #endif
00041
00042 #endif