diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-28 16:17:10 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-28 16:35:32 +0900 |
commit | 6373ce04e2d6c6ae77246bcf7560447b3daaed3d (patch) | |
tree | f95658ac64f5df813c7abf1b6a4e788f710c6880 /include | |
parent | 3e58f01b27b293717ce081ea094294890843eb06 (diff) |
Add signal when the displayed application changed
Add new signal "screen_updated" to Window Manager.
This is emitted when application size or visibility is changed,
the application ids are notified to subscribers.
There are some applications such like HomeScreen,
which needs the visibility of other applications turns on,
so add new event.
The key is "ids" and data is application id which is written in
config.xml for each application.
This signal format is here:
ON-EVENT windowmanager/screen_updated:
{
"event":"windowmanager\/screen_updated",
"data":{
"ids":[
"navigation",
"hvac"
]
},
"jtype":"afb-event"
}
Bug-AGL: SPEC-1532
Change-Id: I6c1f263be00d4b496e0e0f77dd88b6118489772f
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions