[access] evas_call_smarts_calculate(); makes evas_event_feed_mouse_move();
authorShinwoo Kim <kimcinoo.efl@gmail.com>
Thu, 17 Jan 2013 11:32:14 +0000 (11:32 +0000)
committerShinwoo Kim <kimcinoo.efl@gmail.com>
Thu, 17 Jan 2013 11:32:14 +0000 (11:32 +0000)
commit7250b67f493d5cf2bab447f6f4aa7fb378f86c7d
treed11c40414e7652169e98286d63bfab7e3ace6b43
parent05db9b79816f7e228d67bb21569202cb3309e6c6
[access] evas_call_smarts_calculate(); makes evas_event_feed_mouse_move();
so new object would be highlighted if there is new object under the previous mouse(cursor) position.
to fix this issue, elm_access is using the mouse_event_enable flag. but it would cause a problem as
following case: 1. create input window in access module, 2. read something, 3. disable access module
this would be resolved by export api to set mouse_event_enable flag the other day.

SVN revision: 82933
src/lib/elm_access.c
src/lib/elm_widget.h
src/lib/elm_win.c