atspi: use detail value of window activated signal
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 20 Dec 2017 08:49:38 +0000 (14:19 +0530)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 27 Dec 2017 08:58:44 +0000 (17:58 +0900)
commitd94ebc440dbb66ee17f1f2267d0bf163f4946390
tree96511e76ab0a7c443e1013131d6cc4debaa54db6
parent31e426a9f78820e487055fe1e973fe3fab497ba1
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.
orig: ba47f6bba8065c4ae1f4fd20e8d60ff1487be2b1

Change-Id: I36c5b96868233bdf7a162f4a1d23057ed9b2a05f
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
src/lib/elementary/efl_ui_win.c