atspi: use detail value of window activated signal 11/152311/3
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 25 Sep 2017 13:57:02 +0000 (22:57 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 27 Sep 2017 09:51:18 +0000 (09:51 +0000)
commit0575bf5e1597b1c682dcf02e350c4aef85aa8f5d
treea3726c65a6e373fa8f28aede51e10c825f8b84c0
parente1c8413b570ef51a1024d2b513664edb2cff428c
atspi: use detail value of window activated signal

The detail value of window activated signal is using for following cases

(1) support "default_label" attribute of window
(2) notify existing keyboard window.
The keyboard window would exist always, once it shows.
So if screen-reader turns off, and turn on again, there was no ATSPI signal.
We are using 'activate' signal for this case to get the reference of
keyboard window. And we are using detail value to reduce a call of IPC.

Change-Id: I11db347b89f283ad2ab7fd5378ca123948dbbaf5
src/lib/elm_atspi_bridge.c
src/lib/elm_win.c