From 88c1e79c6b3fff064ca5ba2cc500714707d605be Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sun, 26 Jun 2005 04:38:12 +0000 Subject: Bug #3628: Fix video driver submodule visibility. --- src/alp_driver.c | 4 ++-- src/lg_driver.c | 4 ++-- 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; -- cgit v1.2.3