<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Touch events dropped after multiple touchpoints hit at once"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67563">bug 67563</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Touch events dropped after multiple touchpoints hit at once"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67563#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Touch events dropped after multiple touchpoints hit at once"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67563">bug 67563</a>
from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
<pre>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 <<a href="mailto:neil@linux.intel.com">neil@linux.intel.com</a>>
Date: Tue Sep 24 12:09:03 2013 +0100
evdev: Only track one pending event
...
Thanks!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>