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 53de0a660c
commit 4e0146d2be

View File

@@ -140,7 +140,7 @@ static int pix24bpp = 0;
#define WSFB_MAJOR_VERSION 0
#define WSFB_MINOR_VERSION 1
DriverRec WSFB = {
_X_EXPORT DriverRec WSFB = {
VERSION,
WSFB_DRIVER_NAME,
WsfbIdentify,
@@ -193,7 +193,7 @@ static XF86ModuleVersionInfo WsfbVersRec = {
{0, 0, 0, 0}
};
XF86ModuleData wsfbModuleData = { &WsfbVersRec, WsfbSetup, NULL };
_X_EXPORT XF86ModuleData wsfbModuleData = { &WsfbVersRec, WsfbSetup, NULL };
static pointer
WsfbSetup(pointer module, pointer opts, int *errmaj, int *errmin)