[PATCH] touchpad: if no touches assume left click under clickfinger method
Bobby Powers
bobbypowers at gmail.com
Thu Feb 5 06:08:53 PST 2015
Hello,
On Thu, Feb 5, 2015 at 6:07 AM, Hans de Goede <hdegoede at redhat.com> wrote:
> I do have 2 requests:
...
>> - if (button == 0) {
>> + if (button == 0 && tp->buttons.click_method !=
>> LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER) {
>
>
> 1) This line is longer then 80 chars, please break it.
Yes, will do.
> 2) After applying this patch "make check" fails, can you please fixup the
> test-suite
> to not fail with this patch ?
Sure, I see it. I will look at this later today and send out an updated patch.
thanks for the comments.
yours,
Bobby
More information about the wayland-devel
mailing list