summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-25 21:17:01 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-25 21:17:01 +0000
commit111f165981064d99e8d1e409f24f79e1c6405522 (patch)
tree4623ed168e68903b927870ee22f4d52877b7c9c0
parent5a3788c91af6f9eec75fbce0b87d0f8a56215ec2 (diff)
Bug #3626: _X_EXPORT tags for video and input drivers.
-rw-r--r--src/xf86HyperPen.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c
index baadac4..7bed4da 100644
--- a/src/xf86HyperPen.c
+++ b/src/xf86HyperPen.c
@@ -1712,7 +1712,7 @@ xf86HypInit(InputDriverPtr drv,
#ifdef XFree86LOADER
static
#endif
-InputDriverRec HYPERPEN = {
+_X_EXPORT InputDriverRec HYPERPEN = {
1, /* driver version */
"hyperpen", /* driver name */
NULL, /* identify */
@@ -1775,9 +1775,11 @@ static XF86ModuleVersionInfo xf86HypVersionRec =
/* a tool */
};
-XF86ModuleData hyperpenModuleData = {&xf86HypVersionRec,
- xf86HypPlug,
- xf86HypUnplug};
+_X_EXPORT XF86ModuleData hyperpenModuleData = {
+ &xf86HypVersionRec,
+ xf86HypPlug,
+ xf86HypUnplug
+};
#endif /* XFree86LOADER */
#endif /* XFREE86_V4 */