From 99a8286d49152c45ebead33df9f32bf6b7799bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 19 May 2005 19:26:35 +0000 Subject: - Conditionally include config.h in xc/lib/Xrender/*.c - Add Xrender to symlink.sh --- src/AddTrap.c | 3 +++ src/Color.c | 3 +++ src/Composite.c | 3 +++ src/Cursor.c | 3 +++ src/FillRect.c | 3 +++ src/FillRects.c | 3 +++ src/Filter.c | 3 +++ src/Glyph.c | 3 +++ src/Picture.c | 3 +++ src/Poly.c | 3 +++ src/Trap.c | 3 +++ src/Tri.c | 3 +++ src/Xrender.c | 3 +++ 13 files changed, 39 insertions(+) (limited to 'src') diff --git a/src/AddTrap.c b/src/AddTrap.c index 405a449..f22b815 100644 --- a/src/AddTrap.c +++ b/src/AddTrap.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" #define NLOCAL 256 diff --git a/src/Color.c b/src/Color.c index 7948c3c..4f934f0 100644 --- a/src/Color.c +++ b/src/Color.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" Status diff --git a/src/Composite.c b/src/Composite.c index f19e087..07151de 100644 --- a/src/Composite.c +++ b/src/Composite.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" void diff --git a/src/Cursor.c b/src/Cursor.c index fd71163..2679a9e 100644 --- a/src/Cursor.c +++ b/src/Cursor.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" Cursor diff --git a/src/FillRect.c b/src/FillRect.c index 396cfe0..319c35d 100644 --- a/src/FillRect.c +++ b/src/FillRect.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" /* precompute the maximum size of batching request allowed */ diff --git a/src/FillRects.c b/src/FillRects.c index 673d484..517eeb0 100644 --- a/src/FillRects.c +++ b/src/FillRects.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" /* precompute the maximum size of batching request allowed */ diff --git a/src/Filter.c b/src/Filter.c index b986c50..335f6b2 100644 --- a/src/Filter.c +++ b/src/Filter.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" XFilters * diff --git a/src/Glyph.c b/src/Glyph.c index dcc2231..894bb77 100644 --- a/src/Glyph.c +++ b/src/Glyph.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" GlyphSet diff --git a/src/Picture.c b/src/Picture.c index 9829c17..f5c5a2a 100644 --- a/src/Picture.c +++ b/src/Picture.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" #include "region.h" diff --git a/src/Poly.c b/src/Poly.c index 53ac522..ee461d7 100644 --- a/src/Poly.c +++ b/src/Poly.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" typedef struct _Edge Edge; diff --git a/src/Trap.c b/src/Trap.c index 466458d..919aaef 100644 --- a/src/Trap.c +++ b/src/Trap.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" void diff --git a/src/Tri.c b/src/Tri.c index 8b0c80c..155f2ce 100644 --- a/src/Tri.c +++ b/src/Tri.c @@ -21,6 +21,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" void diff --git a/src/Xrender.c b/src/Xrender.c index 7ad8291..8d8aeb9 100644 --- a/src/Xrender.c +++ b/src/Xrender.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xrenderint.h" XRenderExtInfo XRenderExtensionInfo; -- cgit v1.2.1