From 180bad84774493d48f2793a6281d825560944863 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Tue, 2 Dec 2008 02:50:45 -0200 Subject: Add visibility flags to XSERVER_CFLAGS. This is done to actually change DIX_CFLAGS, as not all "modules" use XORG_CFLAGS. Also export the symbols that are required by other modules after the change. --- glx/glxscreens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glx/glxscreens.c') diff --git a/glx/glxscreens.c b/glx/glxscreens.c index 0c76cfdab..988a59d65 100644 --- a/glx/glxscreens.c +++ b/glx/glxscreens.c @@ -223,7 +223,7 @@ glxGetScreen(ScreenPtr pScreen) return dixLookupPrivate(&pScreen->devPrivates, glxScreenPrivateKey); } -void GlxSetVisualConfigs(int nconfigs, +_X_EXPORT void GlxSetVisualConfigs(int nconfigs, __GLXvisualConfig *configs, void **privates) { /* We keep this stub around for the DDX drivers that still -- cgit v1.2.3