18#ifndef MAGICKCORE_DISPLAY_PRIVATE_H
19#define MAGICKCORE_DISPLAY_PRIVATE_H
21#if defined(MAGICKCORE_X11_DELEGATE)
22#include "MagickCore/xwindow-private.h"
25#if defined(__cplusplus) || defined(c_plusplus)
29#if defined(MAGICKCORE_X11_DELEGATE)
30extern MagickExport Image
31 *XDisplayImage(Display *,XResourceInfo *,
char **,
int,Image **,
size_t *,
34extern MagickExport MagickBooleanType XDisplayBackgroundImage(Display *,
35 XResourceInfo *,Image *,ExceptionInfo *);
38#if defined(__cplusplus) || defined(c_plusplus)