[Wayland-bugs] [Bug 67563] Touch events dropped after multiple touchpoints hit at once

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 24 16:34:32 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67563

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Kristian Høgsberg <krh at bitplanet.net> ---
Yeah, I agree with the patch, it cleans up the event reporting nicely.  There's
no benefit to batching event delivery into weston core, beyond making sure we
get both X and Y coordinates for touch down events or relative motion etc. 
Inside weston we eventually write all outgoing events into the clients protocol
buffer, so there's really no downside to calling notify_* for each event.

Patch applied:

commit daf7d4774beb5959d69eb6e84c0602872746d5a5
Author: Neil Roberts <neil at linux.intel.com>
Date:   Tue Sep 24 12:09:03 2013 +0100

    evdev: Only track one pending event

    ...

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130924/c346f709/attachment.html>


More information about the Wayland-bugs mailing list