From 111f165981064d99e8d1e409f24f79e1c6405522 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 25 Jun 2005 21:17:01 +0000 Subject: Bug #3626: _X_EXPORT tags for video and input drivers. --- src/xf86HyperPen.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3