diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:16:55 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:16:55 +0000 |
commit | 175766a44ceb0a5d4226e9088d8e3e6d73815b4f (patch) | |
tree | 44bd4dccaa58b5aa4910840599765fcb4dc45c86 /src/nv_driver.c | |
parent | 8759399a3744f0eb1e0cdc83ed23aaaafb9be444 (diff) |
Bug #3626: _X_EXPORT tags for video and input drivers.
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r-- | src/nv_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index 42eed8a..c4449c6 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -73,7 +73,7 @@ static Bool NVModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode); * this DriverRec be an upper-case version of the driver name. */ -DriverRec NV = { +_X_EXPORT DriverRec NV = { NV_VERSION, NV_DRIVER_NAME, NVIdentify, @@ -419,7 +419,7 @@ static XF86ModuleVersionInfo nvVersRec = {0,0,0,0} }; -XF86ModuleData nvModuleData = { &nvVersRec, nvSetup, NULL }; +_X_EXPORT XF86ModuleData nvModuleData = { &nvVersRec, nvSetup, NULL }; #endif |