summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-25 21:17:00 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-25 21:17:00 +0000
commitd6531729f026d500516a9740c22b2b7800917a5e (patch)
tree64c015f0d7871f93dfa539123dd4b210cfc54578
parent71b8c6c2fcc8dcb899c641e405d60434d0add0c0 (diff)
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13
-rw-r--r--src/xf86Aiptek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c
index 005a2a3..5b8dd21 100644
--- a/src/xf86Aiptek.c
+++ b/src/xf86Aiptek.c
@@ -107,7 +107,7 @@ static int debug_level = INI_DEBUG_LEVEL;
#ifdef XFree86LOADER
static
#endif
-InputDriverRec AIPTEK =
+_X_EXPORT InputDriverRec AIPTEK =
{
1, /* driver version */
"aiptek", /* driver name */
@@ -2447,7 +2447,7 @@ static XF86ModuleVersionInfo xf86AiptekVersionRec =
* */
};
-XF86ModuleData aiptekModuleData =
+_X_EXPORT XF86ModuleData aiptekModuleData =
{
&xf86AiptekVersionRec,
xf86AiptekPlug,