Change active/inactive state spec 35/19835/1
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 4 Feb 2019 08:30:56 +0000 (17:30 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 4 Feb 2019 08:30:56 +0000 (17:30 +0900)
commit3a090e43fdeb3c86f253c39a23d35358680565f5
tree1cbe0dc9a0152d2f552462dd9558761e93ef36ed
parentef03209fb7961d83daa30af74689acaa7a3bbbc2
Change active/inactive state spec

"active" state means "visible" on source code currently.
Specification in HMI-FW spec 0.9.2 says it's not visible.
https://wiki.automotivelinux.org/hmiframework

It's the right to have resources such as buffers(surface).
But from the view point of implementation of windowmanager-service,
it is difficult to control resources of application.
So this patch fixes just adding the methods to change
the state of client.

Change-Id: If445af3cdf724827ccf28f40af28cca4a2ffcbc1
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/window_manager.cpp
src/wm_client.cpp
src/wm_client.hpp