summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-01-16 09:39:29 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2012-01-16 08:47:40 +0100
commit8c87d2004f6264f2a6596f565e6b1005f7550e76 (patch)
tree7e1baaacc57b0183fe38beedf58f6c2d5128c8a8 /extensions
parent56272ebc3b796cf4da729057c8c3f051497ebf43 (diff)
Avoid using an extra event for each touch report.
Instead of using touch_frame the number of non-stationary points (that is, the number of touch events sent) is included in the touch events themselves. Change-Id: Ied29f05d7e00676d47ee0b91006cafb4569951c4 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/touch-extension.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/touch-extension.xml b/extensions/touch-extension.xml
index 6d2372510..2c8f2f70c 100644
--- a/extensions/touch-extension.xml
+++ b/extensions/touch-extension.xml
@@ -56,9 +56,6 @@
<arg name="rawdata" type="array" />
</event>
- <event name="touch_frame">
- </event>
-
<request name="dummy">
</request>