[PATCH (v5) xserver 7/8] Input: Add initial multitouch support from Xi 2.1
Cyril Brulebois
kibi at debian.org
Sun Jan 23 12:16:09 PST 2011
Hi Daniel,
Daniel Stone <daniel at fooishbar.org> (19/01/2011):
> --- a/dix/getevents.c
> +++ b/dix/getevents.c
[…]
> +int
> +GetTouchEvents(EventList *events, DeviceIntPtr pDev, TouchPointInfoPtr ti,
> + uint16_t type, uint32_t flags, const ValuatorMask *mask_in)
> +{
[…]
> + transformAbsolute(pDev, &mask, &x, &y);
That doesn't build. The signature, if I didn't fail to apply your
8-patch v5 series on top of master, is:
transformAbsolute(DeviceIntPtr dev, ValuatorMask *mask)
So gcc fails with:
| CC getevents.lo
| getevents.c: In function ‘GetTouchEvents’:
| getevents.c:1401: error: too many arguments to function ‘transformAbsolute’
KiBi.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110123/b51af751/attachment.pgp>
More information about the xorg-devel
mailing list