atspi: win overrides atspi component get interface 45/153845/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Sat, 23 Sep 2017 13:34:52 +0000 (22:34 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 30 Sep 2017 08:47:33 +0000 (17:47 +0900)
commit8aa7304271a653b366f05cd6cef0225bd2571f0d
tree054513cef9f3141fdb0eaacd5e8d2335c70e2525
parent8125fa7cd9460d6c50359fcf812e05af90ba379d
atspi: win overrides atspi component get interface

(1) The efl_ui_win overrides _elm_interface_atspi_component_extents_get to give
correct value if screen_coord is EINA_FALSE which means relative position.
The efl_ui_win has given its object geometry value + ecore evas geometry value.
The object geometry value was equal to the ecore evas geometry value, so the
relative position was not correct(twice of ecore evas geometry value).

(2) Allow ELM_ROLE_INPUT_METHOD_WINDOW to send signal

Change-Id: I1b6832e960b3123d2a817d6253313447bc31af08
src/lib/elm_atspi_bridge.c
src/lib/elm_win.c
src/lib/elm_win.eo