xf86-input-citron: add a patch to make this build.

--HG--
extra : convert_revision : 7ed7b55b7995de4ea5fa5671ab79bf3ca31526d3
This commit is contained in:
Juan RP 2009-03-31 10:05:06 +02:00
parent a44940d94b
commit a3d6383d5d

View file

@ -0,0 +1,21 @@
--- src/citron.c.orig 2009-03-31 10:03:43.488190347 +0200
+++ src/citron.c 2009-03-31 10:04:10.319451665 +0200
@@ -305,7 +305,7 @@ static XF86ModuleVersionInfo VersionRec
MODULEVENDORSTRING, /* vendor specific string */
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT, /* Current XFree version */
+ XORG_VERSION_CURRENT, /* Current XFree version */
CITOUCH_VERSION_MAJOR, /* Module-specific major version */
CITOUCH_VERSION_MINOR, /* Module-specific minor version */
CITOUCH_VERSION_PATCH, /* Module-specific patch level */
@@ -1368,8 +1368,7 @@ DeviceInit (DeviceIntPtr dev)
* screen to fit one meter.
* Device may reports touch pressure on the 3rd axis.
*/
- if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents,
- local->history_size, Absolute) == FALSE)
+ if (InitValuatorClassDeviceStruct (dev, 2, local->history_size, Absolute) == FALSE)
{
ErrorF ("%sUnable to allocate Citron touchscreen ValuatorClassDeviceStruct\n", CI_ERROR);
return !Success;