From bf73c0716e9e4be0540d2ee7340bd5833831a434 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/riva_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/riva_driver.c b/src/riva_driver.c index 1f8f830..b551e31 100644 --- a/src/riva_driver.c +++ b/src/riva_driver.c @@ -273,14 +273,14 @@ rivaSetup(pointer module, pointer opts, int *errmaj, int *errmin) #endif /* XFree86LOADER */ -const OptionInfoRec * +_X_EXPORT const OptionInfoRec * RivaAvailableOptions(int chipid, int busid) { return RivaOptions; } -Bool +_X_EXPORT Bool RivaGetScrnInfoRec(PciChipsets *chips, int chip) { ScrnInfoPtr pScrn; -- cgit v1.2.1