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 67174d67e7
commit 0d64e9e1f5
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ static ModeStatus I810ValidMode(int scrnIndex, DisplayModePtr mode,
#endif /* I830_ONLY */
DriverRec I810 = {
_X_EXPORT DriverRec I810 = {
I810_VERSION,
I810_DRIVER_NAME,
I810Identify,
@ -371,7 +371,7 @@ static XF86ModuleVersionInfo i810VersRec = {
{0, 0, 0, 0}
};
XF86ModuleData i810ModuleData = { &i810VersRec, i810Setup, 0 };
_X_EXPORT XF86ModuleData i810ModuleData = { &i810VersRec, i810Setup, 0 };
static pointer
i810Setup(pointer module, pointer opts, int *errmaj, int *errmin)