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
commit58570d8456c500100d3ab54e2e0f37650d2681dd (patch)
tree953be7332a3f06e8b07543b46c529d9aa57411a3
parente227d2f84ce400ab515824281c99796aa84b502c (diff)
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13
-rw-r--r--src/microtouch.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/microtouch.c b/src/microtouch.c
index 665bfd1..4c863d0 100644
--- a/src/microtouch.c
+++ b/src/microtouch.c
@@ -81,7 +81,7 @@ static InputInfoPtr
MuTouchPreInit(InputDriverPtr drv, IDevPtr dev, int flags);
-InputDriverRec MICROTOUCH = {
+_X_EXPORT InputDriverRec MICROTOUCH = {
1,
"microtouch",
NULL,
@@ -173,7 +173,11 @@ SetupProc( pointer module,
return (pointer) 1;
}
-XF86ModuleData microtouchModuleData = {&VersionRec, &SetupProc, NULL };
+_X_EXPORT XF86ModuleData microtouchModuleData = {
+ &VersionRec,
+ &SetupProc,
+ NULL
+};
#endif /* XFree86LOADER */