diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:17:01 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:17:01 +0000 |
commit | 281313f638e1f06a961c940b814b428e21f415de (patch) | |
tree | b22511490728f66464e892570ecdc044c2950c02 | |
parent | 349fefb716abd06a7f83c516b941b791d86d6f13 (diff) |
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13
-rw-r--r-- | src/xf86Elo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index af60516..4ec95b9 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -1790,7 +1790,7 @@ xf86EloInit(InputDriverPtr drv, #ifdef XFree86LOADER static #endif -InputDriverRec ELOGRAPHICS = { +_X_EXPORT InputDriverRec ELOGRAPHICS = { 1, /* driver version */ "elographics", /* driver name */ NULL, /* identify */ @@ -1836,7 +1836,7 @@ static XF86ModuleVersionInfo version_rec = { * is setup after the pattern <module_name>ModuleData. * Do not change it. */ -XF86ModuleData elographicsModuleData = { &version_rec, Plug, Unplug }; +_X_EXPORT XF86ModuleData elographicsModuleData = { &version_rec, Plug, Unplug }; #endif #endif /* XFREE86_V4 */ |