mirror of
https://github.com/X11Libre/xf86-video-voodoo.git
synced 2026-03-24 01:25:25 +00:00
Bug #3626: _X_EXPORT tags for video and input drivers.
This commit is contained in:
@@ -96,7 +96,7 @@ static void VoodooDisplayPowerManagementSet(ScrnInfoPtr pScrn,
|
||||
* this DriverRec be an upper-case version of the driver name.
|
||||
*/
|
||||
|
||||
DriverRec VOODOO = {
|
||||
_X_EXPORT DriverRec VOODOO = {
|
||||
VERSION,
|
||||
VOODOO_DRIVER_NAME,
|
||||
VoodooIdentify,
|
||||
@@ -183,8 +183,11 @@ static pointer voodooSetup(pointer module, pointer opts, int *errmaj, int *errmi
|
||||
return NULL;
|
||||
}
|
||||
|
||||
XF86ModuleData voodooModuleData = { &voodooVersRec, voodooSetup, NULL };
|
||||
|
||||
_X_EXPORT XF86ModuleData voodooModuleData = {
|
||||
&voodooVersRec,
|
||||
voodooSetup,
|
||||
NULL
|
||||
};
|
||||
|
||||
#endif /* XFree86LOADER */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user