summaryrefslogtreecommitdiff
path: root/src/theatre_detect_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/theatre_detect_module.c')
-rw-r--r--src/theatre_detect_module.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theatre_detect_module.c b/src/theatre_detect_module.c
index 02180ab2..e426d850 100644
--- a/src/theatre_detect_module.c
+++ b/src/theatre_detect_module.c
@@ -21,7 +21,11 @@ static XF86ModuleVersionInfo theatre_detectVersRec =
{0,0,0,0}
};
-XF86ModuleData theatre_detectModuleData = { &theatre_detectVersRec, theatre_detectSetup, NULL };
+_X_EXPORT XF86ModuleData theatre_detectModuleData = {
+ &theatre_detectVersRec,
+ theatre_detectSetup,
+ NULL
+};
static pointer
theatre_detectSetup(pointer module, pointer opts, int *errmaj, int *errmin) {