Mark synapticsModuleData as exported so that it can be used with xorg-server compiled with visibility flags.
Signed-off-by: Magnus Kessler <[EMAIL PROTECTED]>
--- src/synaptics.c.orig 2008-12-02 21:12:09.000000000 +0000
+++ src/synaptics.c 2008-12-02 21:13:23.000000000 +0000
@@ -160,7 +160,11 @@
return module;
}
-XF86ModuleData synapticsModuleData = {&VersionRec, &SetupProc, NULL };
+_X_EXPORT XF86ModuleData synapticsModuleData = {
+ &VersionRec,
+ &SetupProc,
+ NULL
+};
/*****************************************************************************
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
