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

This commit is contained in:
Adam Jackson
2005-06-25 21:16:53 +00:00
parent b9c4a3ddd1
commit e3cc3456c1

View File

@@ -474,7 +474,7 @@ static DisplayModeRec ChipsNTSCMode = {
* an upper-case version of the driver name.
*/
DriverRec CHIPS = {
_X_EXPORT DriverRec CHIPS = {
VERSION,
CHIPS_DRIVER_NAME,
CHIPSIdentify,
@@ -761,7 +761,7 @@ static XF86ModuleVersionInfo chipsVersRec =
* This is the module init data.
* Its name has to be the driver name followed by ModuleData
*/
XF86ModuleData chipsModuleData = { &chipsVersRec, chipsSetup, NULL };
_X_EXPORT XF86ModuleData chipsModuleData = { &chipsVersRec, chipsSetup, NULL };
static pointer
chipsSetup(pointer module, pointer opts, int *errmaj, int *errmin)