summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */