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

This commit is contained in:
Adam Jackson
2005-06-25 21:16:55 +00:00
parent 8759399a37
commit 175766a44c
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ static Bool NVModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode);
* this DriverRec be an upper-case version of the driver name.
*/
DriverRec NV = {
_X_EXPORT DriverRec NV = {
NV_VERSION,
NV_DRIVER_NAME,
NVIdentify,
@@ -419,7 +419,7 @@ static XF86ModuleVersionInfo nvVersRec =
{0,0,0,0}
};
XF86ModuleData nvModuleData = { &nvVersRec, nvSetup, NULL };
_X_EXPORT XF86ModuleData nvModuleData = { &nvVersRec, nvSetup, NULL };
#endif

View File

@@ -180,7 +180,7 @@ static XF86ModuleVersionInfo rivaVersRec =
{0,0,0,0}
};
XF86ModuleData riva128ModuleData = { &rivaVersRec, rivaSetup, NULL };
_X_EXPORT XF86ModuleData riva128ModuleData = { &rivaVersRec, rivaSetup, NULL };
#endif