[PATCH (v5) evdev 2/4] Add experimental XI 2.1 multitouch support
Chase Douglas
chase.douglas at canonical.com
Sun Jan 23 16:48:26 PST 2011
On 01/23/2011 07:09 PM, Cyril Brulebois wrote:
> Daniel Stone <daniel at fooishbar.org> (19/01/2011):
>> +#ifdef MULTITOUCH
>> + free(pEvdev->mtMask);
>> + pEvdev->mtMask = NULL;
>> + for (i = 0; i < EVDEV_MAXQUEUE; i++)
>> + free(pEvdev->queue[i].touchMask);
>> + pEvdev->queue[i].touchMask = NULL;
>> +#endif
>
> Missing {} here.
This has been fixed in my tree.
Thanks,
-- Chase
More information about the xorg-devel
mailing list