diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-02 02:50:45 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-02 02:50:45 -0200 |
commit | 180bad84774493d48f2793a6281d825560944863 (patch) | |
tree | eb1ef92b8a8a363376550fdba40c23192a6fbc85 /glx | |
parent | 8c560422b44e012053612754430d2b87dc44ed59 (diff) |
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.
Diffstat (limited to 'glx')
-rw-r--r-- | glx/glxscreens.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |