[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)
commitb7e997b9fba0c8f4c62e72ff25bc3dc32910941b
tree43699d089ec97c0f402e65322e8f429312a1ab45
parent7f91ad418371b9ac1488fd2551ea21b137dcbcee
[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
legacy/elementary/src/lib/elm_access.c
legacy/elementary/src/lib/elm_widget.h
legacy/elementary/src/lib/elm_win.c