From a1d41e311c21eb6627caa0d168e070ceaf90806f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 10 Jul 2012 02:02:56 +0100 Subject: Move extension initialisation prototypes into extinit.h Create extinit.h (and xf86Extensions.h, for Xorg-specific extensions) to hold all our extension initialisation prototypes, rather than duplicating them everywhere. Signed-off-by: Daniel Stone Reviewed-by: Peter Hutterer Signed-off-by: Keith Packard --- render/picturestr.h | 2 -- render/render.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'render') diff --git a/render/picturestr.h b/render/picturestr.h index 1cda88a80..dc00f41ff 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -547,8 +547,6 @@ CompositeTriFan(CARD8 op, PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points); -extern _X_EXPORT void RenderExtensionInit(void); - Bool AnimCurInit(ScreenPtr pScreen); diff --git a/render/render.c b/render/render.c index 530181197..51f75ae7e 100644 --- a/render/render.c +++ b/render/render.c @@ -37,6 +37,7 @@ #include "pixmapstr.h" #include "colormapst.h" #include "extnsionst.h" +#include "extinit.h" #include "servermd.h" #include #include -- cgit v1.2.3