On 01/23/2011 03:16 PM, Cyril Brulebois wrote: > 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’
On of my changes, which hasn't been included in this patchset, modifies transformAbsolute. I believe this patchset is on top of one of Peter Hutterer's trees with the change. It's in Daniel's tree if all else fails :). -- Chase _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
