Hi Daniel, Daniel Stone <[email protected]> (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.
signature.asc
Description: Digital signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
