From: EunMi Lee <eunmi15.lee@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Nov 2011 06:25:56 +0000 (06:25 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Nov 2011 06:25:56 +0000 (06:25 +0000)
commite9882c8b2bd19b2c333a082fa9de1739195726bd
treec439a139368763033b237dc786f566c2eca64131
parentf0ade71ee58e8345d64aa521b1a1055858270d1e
From: EunMi Lee <eunmi15.lee@samsung.com>
Subject: [E-devel] [Patch][Evas] Fix wrong location of
_evas_touch_point_remove()

I have a small patch to fix the wrong location of _evas_touch_point_remove().
_evas_touch_point_remove() should be called in the evas_event_feed_mouse_up(),
but it is called in the evas_event_feed_mouse_cancel() in the current code.
Would you apply attached patch?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65005 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_events.c