mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
Bug #3626: _X_EXPORT tags for video and input drivers.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user