summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-26 04:38:12 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-26 04:38:12 +0000
commit88c1e79c6b3fff064ca5ba2cc500714707d605be (patch)
tree6e30196f55ebdad859dbf36fb353ed7a8735b2cb
parent57144d6c9ea250b1d9a40bac4c70180593c1ca2c (diff)
Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_14XORG-6_8_99_13
-rw-r--r--src/alp_driver.c4
-rw-r--r--src/lg_driver.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/alp_driver.c b/src/alp_driver.c
index 6af6b69..07f1931 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -271,13 +271,13 @@ alpSetup(pointer module, pointer opts, int *errmaj, int *errmin)
#endif /* XFree86LOADER */
-const OptionInfoRec *
+_X_EXPORT const OptionInfoRec *
AlpAvailableOptions(int chipid)
{
return CirOptions;
}
-ScrnInfoPtr
+_X_EXPORT ScrnInfoPtr
AlpProbe(int entity)
{
ScrnInfoPtr pScrn = NULL;
diff --git a/src/lg_driver.c b/src/lg_driver.c
index 51002ba..f0dcba2 100644
--- a/src/lg_driver.c
+++ b/src/lg_driver.c
@@ -280,13 +280,13 @@ lgSetup(pointer module, pointer opts, int *errmaj, int *errmin)
#endif /* XFree86LOADER */
-const OptionInfoRec *
+_X_EXPORT const OptionInfoRec *
LgAvailableOptions(int chipid)
{
return LgOptions;
}
-ScrnInfoPtr
+_X_EXPORT ScrnInfoPtr
LgProbe(int entity)
{
ScrnInfoPtr pScrn = NULL;