atspi: use detail value of window activated signal 37/153837/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:37:17 +0000 (17:37 +0900)
commitba47f6bba8065c4ae1f4fd20e8d60ff1487be2b1
tree40b75c26dfeb159a79a63ff2af1b4eccc67989b2
parent323bb4e395256f7f3d0e155224608b031ef74f17
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