X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=MagickCore%2Fdisplay.h;h=da859b7487fa6494e5eff4eb846ba6c8c5687c07;hb=f6ff9eaa865134189fce2cf73b109da589178bde;hp=93492ef291c63d8bf7d0034e0c7ed6cdd76fe1ec;hpb=7832dc2d904c471770087cce18a9a2d76c2216a3;p=imagemagick diff --git a/MagickCore/display.h b/MagickCore/display.h index 93492ef29..da859b748 100644 --- a/MagickCore/display.h +++ b/MagickCore/display.h @@ -1,5 +1,5 @@ /* - Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization + Copyright 1999-2017 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. @@ -15,8 +15,8 @@ MagickCore methods to interactively display and edit an image. */ -#ifndef _MAGICKCORE_DISPLAY_H -#define _MAGICKCORE_DISPLAY_H +#ifndef MAGICKCORE_DISPLAY_H +#define MAGICKCORE_DISPLAY_H #if defined(__cplusplus) || defined(c_plusplus) extern "C" { @@ -27,17 +27,6 @@ extern MagickExport MagickBooleanType RemoteDisplayCommand(const ImageInfo *,const char *,const char *, ExceptionInfo *); -#if defined(MAGICKCORE_X11_DELEGATE) -#include "MagickCore/xwindow.h" - -extern MagickExport Image - *XDisplayImage(Display *,XResourceInfo *,char **,int,Image **,size_t *, - ExceptionInfo *); - -extern MagickExport MagickBooleanType XDisplayBackgroundImage(Display *, - XResourceInfo *,Image *,ExceptionInfo *); -#endif - #if defined(__cplusplus) || defined(c_plusplus) } #endif