diff options
Diffstat (limited to 'RenderLogo.c')
-rw-r--r-- | RenderLogo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RenderLogo.c b/RenderLogo.c index a7963fb..bb1361c 100644 --- a/RenderLogo.c +++ b/RenderLogo.c @@ -27,6 +27,8 @@ in this Software without prior written authorization from The Open Group. #ifdef HAVE_CONFIG_H #include <config.h> #endif + +#ifdef XRENDER #include <stdio.h> #include <X11/Xlib.h> @@ -159,4 +161,4 @@ intersect(XLineDouble *l1, XLineDouble *l2, XPointDouble *intersection) fprintf(stderr, "intersect: intersection is off by %f\n", check); } } - +#endif /* XRENDER */ |