Refactor: Integrate rework handles by application 59/14659/2
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 25 Jun 2018 09:59:34 +0000 (18:59 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 27 Jun 2018 08:18:57 +0000 (08:18 +0000)
commit4c5fda5634649aec25d42ac1a9c95936d99b48ba
tree208500a21cc482486c427b07243202b2e86d517b
parent847dde9621cef9b9a44eda95c63c0fe3f528468d
Refactor: Integrate rework handles by application

Integrate rework handles information by application.
Window Manager handles request by "task" and block other requests
until the task finishes.
This is necessary because window mangaer task consists of 2 asyncronous parts,
which are checking policy and redraw sync, and ensures the 2 parts should be
managed consecutively.

Bug-AGL: SPEC-1510

Change-Id: I9a1d5daad5b47dd5e68a437173b3d5f1b3923865
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/app.cpp
src/app.hpp
src/main.cpp