Bug #3626: _X_EXPORT tags for video and input drivers.

This commit is contained in:
Adam Jackson
2005-06-25 21:17:00 +00:00
parent b9d71978d8
commit be3a1ab6f4

View File

@@ -96,7 +96,7 @@ static void VoodooDisplayPowerManagementSet(ScrnInfoPtr pScrn,
* this DriverRec be an upper-case version of the driver name.
*/
DriverRec VOODOO = {
_X_EXPORT DriverRec VOODOO = {
VERSION,
VOODOO_DRIVER_NAME,
VoodooIdentify,
@@ -183,8 +183,11 @@ static pointer voodooSetup(pointer module, pointer opts, int *errmaj, int *errmi
return NULL;
}
XF86ModuleData voodooModuleData = { &voodooVersRec, voodooSetup, NULL };
_X_EXPORT XF86ModuleData voodooModuleData = {
&voodooVersRec,
voodooSetup,
NULL
};
#endif /* XFree86LOADER */