SVN revision: 66698
This commit is contained in:
Carsten Haitzler 2011-12-30 15:17:13 +00:00
parent 6b961d4772
commit e3c2428b9b
1 changed files with 3 additions and 2 deletions

View File

@ -482,9 +482,9 @@ evas_event_feed_mouse_up(Evas *e, int b, Evas_Button_Flags flags, unsigned int t
ERR("BUG? e->pointer.mouse_grabbed (=%d) < 0!",
e->pointer.mouse_grabbed);
}
/* remove released touch point from the touch point list */
/* remove released touch point from the touch point list */
_evas_touch_point_remove(e, 0);
_evas_unwalk(e);
}
@ -505,6 +505,7 @@ evas_event_feed_mouse_cancel(Evas *e, unsigned int timestamp, const void *data)
if ((e->pointer.button & (1 << i)))
evas_event_feed_mouse_up(e, i + 1, 0, timestamp, data);
}
// FIXME: multi cancel too?
_evas_unwalk(e);
}