Bug #3626: _X_EXPORT tags for video and input drivers.
This commit is contained in:
parent
67174d67e7
commit
0d64e9e1f5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue