18#ifndef MAGICKCORE_DISPLAY_PRIVATE_H
19#define MAGICKCORE_DISPLAY_PRIVATE_H
21#if defined(MAGICKCORE_X11_DELEGATE)
22#include "magick/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 *);
33extern MagickExport MagickBooleanType XDisplayBackgroundImage(Display *,
34 XResourceInfo *,Image *);
37#if defined(__cplusplus) || defined(c_plusplus)