diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:16:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:16:54 +0000 |
commit | fafd4e6169055b1dac95bc085527bab850bfb143 (patch) | |
tree | dc26ab241e90b56d1a8b5ee025a25a012c9e1bb1 | |
parent | 37a732314a679a93c68317d9499ae42136e60001 (diff) |
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13
-rw-r--r-- | src/i740_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i740_driver.c b/src/i740_driver.c index 48afa48..b3be073 100644 --- a/src/i740_driver.c +++ b/src/i740_driver.c @@ -141,7 +141,7 @@ static Bool I740UnmapMem(ScrnInfoPtr pScrn); #define I740_MINOR_VERSION 0 #define I740_PATCHLEVEL 0 -DriverRec I740 = { +_X_EXPORT DriverRec I740 = { VERSION, I740_DRIVER_NAME, I740Identify, @@ -269,7 +269,7 @@ static XF86ModuleVersionInfo i740VersRec = {0,0,0,0} }; -XF86ModuleData i740ModuleData = {&i740VersRec, i740Setup, 0}; +_X_EXPORT XF86ModuleData i740ModuleData = {&i740VersRec, i740Setup, 0}; static pointer i740Setup(pointer module, pointer opts, int *errmaj, int *errmin) |