atspi: win overrides atspi component get interface 36/153836/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:36:41 +0000 (17:36 +0900)
commit323bb4e395256f7f3d0e155224608b031ef74f17
treee68d09785e762170395d352cbd71f7fb9a93f4a9
parentd04e1228b2ca9dd3458778ac3829705e47c9a320
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