evas events: Fix mistake in multi_move
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 29 Aug 2016 08:04:57 +0000 (17:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 30 Aug 2016 06:13:40 +0000 (15:13 +0900)
commit68be4f49ed924977ae72d1d109fb553cdcfc8001
tree6a6d124a050c77dee07afac4ba8e5e8567cca206
parentb004b8a4f986f49e23c3314e7f59d4fb8f4fd524
evas events: Fix mistake in multi_move

I guess (can't test) that multi touch was broken, as the
position of the event was set to the position of the pointer
on the canvas. Which means all fingers would be in the same
spot, no matter what the real input. Copy & paste error.
src/lib/evas/canvas/evas_events.c