summaryrefslogtreecommitdiff
path: root/src/cir_dga.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-07-28 19:09:16 -0300
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-07-28 19:09:16 -0300
commit8341f8b0298eef41ff9db582305e3b7006cdf27a (patch)
treef8c45afd3f2249522cabb022f35adf074c68ab4e /src/cir_dga.c
parent5dfd5d1772e2119c6b54f4548ae359cc9483e8fc (diff)
Export symbols used by different cirrus driver modules.
Symbols are used by cirrus_drv.so, cirrus_alpine.so, and cirrus_laguna.so. These must have public visibility if compiling with hidden symbols.
Diffstat (limited to 'src/cir_dga.c')
-rw-r--r--src/cir_dga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cir_dga.c b/src/cir_dga.c
index bedb796..bc98df6 100644
--- a/src/cir_dga.c
+++ b/src/cir_dga.c
@@ -67,7 +67,7 @@ DGAFunctionRec CirDGAFuncs = {
-Bool
+_X_EXPORT Bool
CirDGAInit(ScreenPtr pScreen)
{
ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];