atspi: use detail value of window activated signal 46/153846/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 25 Sep 2017 13:57:02 +0000 (22:57 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Sat, 30 Sep 2017 08:48:56 +0000 (17:48 +0900)
commitdfee4190917bf19547d9fb4926880d7bd991ac29
tree2f32eadec2d6cbae2684852d0cc3a6ecf4b034fd
parent8aa7304271a653b366f05cd6cef0225bd2571f0d
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