summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-25 21:17:02 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-25 21:17:02 +0000
commit1cbe0df10940ff150a93fdff45fdb7a964695d82 (patch)
tree5f4602a53f20f7e5ad389130467d79f9e692eb85
parentca3327a2893cc9ecf5bb50c677ea169ab7fddc9d (diff)
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13
-rw-r--r--src/xf86Palmax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Palmax.c b/src/xf86Palmax.c
index 51194fe..ae52549 100644
--- a/src/xf86Palmax.c
+++ b/src/xf86Palmax.c
@@ -779,7 +779,7 @@ init_err:
#ifdef XFree86LOADER
static
#endif
-InputDriverRec PALMAX = {
+_X_EXPORT InputDriverRec PALMAX = {
1, /* driver version */
"palmax", /* driver name */
NULL, /* identify */
@@ -819,6 +819,6 @@ static XF86ModuleVersionInfo version_rec = {
* is setup after the pattern <module_name>ModuleData.
* Do not change it.
*/
-XF86ModuleData palmaxModuleData = { &version_rec, Plug, Unplug };
+_X_EXPORT XF86ModuleData palmaxModuleData = { &version_rec, Plug, Unplug };
#endif