% o exception: return any errors or warnings in this structure.
%
*/
-static MagickBooleanType RenderX11(Image *image,const DrawInfo *draw_info,
- const PointInfo *offset,TypeMetric *metrics,ExceptionInfo *exception)
+MagickPrivate MagickBooleanType RenderX11(Image *image,
+ const DrawInfo *draw_info,const PointInfo *offset,TypeMetric *metrics,
+ ExceptionInfo *exception)
{
MagickBooleanType
status;
extern "C" {
#endif
+#include "MagickCore/exception.h"
+#include "MagickCore/geometry.h"
+#include "MagickCore/pixel-accessor.h"
+#include "MagickCore/quantize.h"
+
#if defined(MAGICKCORE_X11_DELEGATE)
#include <X11/Xos.h>
#include <X11/keysym.h>
#include <X11/Xresource.h>
#include <X11/Xutil.h>
-#include "MagickCore/exception.h"
-#include "MagickCore/geometry.h"
-#include "MagickCore/pixel-accessor.h"
-#include "MagickCore/quantize.h"
#if defined(__cplusplus) || defined(c_plusplus)
# define klass c_class
const MagickSizeType,void *),
XMakeImage(Display *,const XResourceInfo *,XWindowInfo *,Image *,unsigned int,
unsigned int,ExceptionInfo *),
- XQueryColorCompliance(const char *,XColor *),
- XRenderImage(Image *,const DrawInfo *,const PointInfo *,TypeMetric *,
- ExceptionInfo *);
+ XQueryColorCompliance(const char *,XColor *);
extern MagickPrivate void
XBestIconSize(Display *,XWindowInfo *,Image *),
#endif
+extern MagickPrivate MagickBooleanType
+ XRenderImage(Image *,const DrawInfo *,const PointInfo *,TypeMetric *,
+ ExceptionInfo *);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif