summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-25 21:16:57 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-25 21:16:57 +0000
commitd7805c0599b51410341847fd1608591181cc2dab (patch)
tree62a168b849874571c17631a68acfc82f7881e10b
parent3f9e6dde5c5511a7204be8ba94953790d7eaf165 (diff)
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13
-rw-r--r--src/leo_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leo_driver.c b/src/leo_driver.c
index 16a9404..ac66407 100644
--- a/src/leo_driver.c
+++ b/src/leo_driver.c
@@ -73,7 +73,7 @@ void LeoSync(ScrnInfoPtr pScrn);
* an upper-case version of the driver name.
*/
-DriverRec SUNLEO = {
+_X_EXPORT DriverRec SUNLEO = {
VERSION,
LEO_DRIVER_NAME,
LeoIdentify,
@@ -114,7 +114,7 @@ static XF86ModuleVersionInfo sunleoVersRec =
{0,0,0,0}
};
-XF86ModuleData sunleoModuleData = { &sunleoVersRec, leoSetup, NULL };
+_X_EXPORT XF86ModuleData sunleoModuleData = { &sunleoVersRec, leoSetup, NULL };
pointer
leoSetup(pointer module, pointer opts, int *errmaj, int *errmin)