wayland_input: Fill in missing parts of the event structures 92/15692/1 accepted/tizen/mobile/20140127.171010 submit/tizen/20140127.083703
authorAlex Wu <zhiwen.wu@linux.intel.com>
Mon, 27 Jan 2014 05:46:33 +0000 (13:46 +0800)
committerAlex Wu <zhiwen.wu@linux.intel.com>
Mon, 27 Jan 2014 05:46:33 +0000 (13:46 +0800)
commitf318b2d03918f0c6ed7e916cde9b097906309007
tree7f582e98fd6a3ad077f0b603b285b71cd7895436
parent8cf947de29046647c4ae5c16751ea353a4a20aa4
wayland_input: Fill in missing parts of the event structures

This patch ports the "Fill in missing parts of the event structures
(ev->root, ev->multi)." part of upstream commit:
======================================================================
commit 0a32212a79ada418dc12d7e76f93871032e0c4e3
Author: Chris Michael <cp.michael@samsung.com>
Date:   Tue Nov 19 10:34:27 2013 +0000

    Add support for storing mulitple touch points.
    Send events to properly focused surface.
    Fill in missing parts of the event structures (ev->root, ev->multi).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
======================================================================

Without this patch, ecore will report invalid mouse position, and
make some app get into run status. See PTREL-641 for details.

Change-Id: I7e739cd72dc732c46a16935645b524e28724b024
Signed-off-by: Alex Wu <zhiwen.wu@linux.intel.com>
src/lib/ecore_wayland/ecore_wl_input.c