summaryrefslogtreecommitdiff
path: root/src/theatre200_module.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-25 21:16:53 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-25 21:16:53 +0000
commit1beca962ecee5b5c51eb2fb8451fcc2a2ed4b97c (patch)
treee3146c98261c099c23141c7905785480bbc15526 /src/theatre200_module.c
parent9a4895c4c2fd9614d83adfe3967f4f46dc4dfff6 (diff)
Bug #3626: _X_EXPORT tags for video and input drivers.
Diffstat (limited to 'src/theatre200_module.c')
-rw-r--r--src/theatre200_module.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theatre200_module.c b/src/theatre200_module.c
index 369fbb0..decc2da 100644
--- a/src/theatre200_module.c
+++ b/src/theatre200_module.c
@@ -18,7 +18,11 @@ static XF86ModuleVersionInfo theatre200VersRec =
{0,0,0,0}
};
-XF86ModuleData theatre200ModuleData = { &theatre200VersRec, theatre200Setup, NULL };
+_X_EXPORT XF86ModuleData theatre200ModuleData = {
+ &theatre200VersRec,
+ theatre200Setup,
+ NULL
+};
static pointer
theatre200Setup(pointer module, pointer opts, int *errmaj, int *errmin) {