If the fingers are vertically apart by more than 20mm we used to assume a
pinch gesture immediately. This is too close together for some users during
two-finger scrolling. Since we should always bias towards scrolling, only
trigger this detection for three fingers, the rest has to go through the
mo
Hello Pekka-san,
Thank you so much for your review and proposal.
I will send another patch of the warning removal and memory leak which
you kindly found during this topic.
Thanks,
Wataru Natsume
On 2016-02-19 20:20, Pekka Paalanen wrote:
On Thu, 18 Feb 2016 08:48:40 +0900
Wataru Natsume w
Hi,
Thanks a bunch for this - I agree with basically everything that's been said.
On 25 February 2016 at 16:06, Pekka Paalanen wrote:
>> + wl_list_for_each_safe(entry, tmp, &pointer->private->link, link)
>> + if (entry->listener && entry->listener->enter)
>> +
On Wed, 23 Dec 2015 22:26:19 -0800
"Jon A. Cruz" wrote:
> Adds an initial implementation of a testing tool that uses the unit
> test framework to run checks against an arbitrary Wayland compositor.
> Note that this is not intended for Weston-specific testing, but for
> generic Wayland testing.
>