[PATCH] synaptics: export synapticsModuleData

Magnus Kessler Magnus.Kessler at gmx.net
Tue Dec 2 13:24:17 PST 2008


Mark synapticsModuleData as exported so that it can be used with xorg-server 
compiled with visibility flags.

Signed-off-by: Magnus Kessler <Magnus.Kessler at gmx.net>

--- 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
+};


 /*****************************************************************************

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.x.org/archives/xorg/attachments/20081202/54ba369d/attachment.pgp>


More information about the xorg mailing list