evas/events: Fix evas_events framespace offset.
authorRafael Antognolli <rafael.antognolli@linux.intel.com>
Tue, 26 Mar 2013 16:42:03 +0000 (13:42 -0300)
committerRafael Antognolli <rafael.antognolli@linux.intel.com>
Tue, 2 Apr 2013 17:40:00 +0000 (14:40 -0300)
commit8d88a73f68438521f8d359eaa89fee24fa3fa90a
treea8308e8aec17205cf5cad6353f78583a98f0e402
parent89f20765abe93ea3ea2b114e31d284526d1fe19c
evas/events: Fix evas_events framespace offset.

Framespace offset adjustment should be applied to every object not
marked with "is_frame".

Additionally, it should be applied only once. Since it is already being
applied on the *_feed_mouse_* functions, there's no need to apply it
again on the _evas_event_source_mouse_* functions, which are called by
the former ones.

Also add the missing adjustment to the feed_mouse_move one.
src/lib/evas/canvas/evas_events.c