ecore-evas: account for framespace when processing mouse movement
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 12 May 2017 16:08:32 +0000 (12:08 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 12 May 2017 16:08:25 +0000 (12:08 -0400)
commit0d9a7a6d987941c514c13524f881b7eeb31ff209
treedba5ff4a7c23bd9cdd474eef99aa5d6c778352fe
parent2fabed32555d411b8c293556fb56abb90d4ae000
ecore-evas: account for framespace when processing mouse movement

in some cases (e.g., the mouse-out emission from the ee wl engine),
this was calculating wrong coordinates, which would lead to a broken
chain of events like:
  object mouse out -> object mouse in -> object mouse out
which would severely break some apps

@fix
src/lib/ecore_evas/ecore_evas.c