ecore/wayland: Get the touch up event position from the down_info.
authorRafael Antognolli <rafael.antognolli@intel.com>
Thu, 28 Nov 2013 19:53:42 +0000 (17:53 -0200)
committerRafael Antognolli <rafael.antognolli@intel.com>
Fri, 29 Nov 2013 20:05:06 +0000 (18:05 -0200)
commit2c95c5ee1d470650480781fe72518ef67263010d
tree93e7d81495fe3ca9e37d65fff4f126c6f641ae95
parentb92fc57c5acd039d97979334dcdc0847f09e568a
ecore/wayland: Get the touch up event position from the down_info.

down_info is a struct that stores some information about the current
pressed touch events. It should be used for that specific touch point,
instead of the generic input info, when sending a mouse_up event.
src/lib/ecore_wayland/ecore_wl_input.c