diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-17 23:09:09 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-17 23:09:09 +0900 |
commit | 5ae7f0df360a72a42b4722cbffddd169da21b4d0 (patch) | |
tree | 383ba9996634aac40c7cd0f25135874bb4c086fe /src/app.hpp | |
parent | 4f1421c4f252b9ffaa59e7b0f534d6d559b2ae99 (diff) |
Add changeCurrentStatus function
To set state in endDraw, Add change status function
Change-Id: I547e382d108ce11371bbb07325fcefe97215775c
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp index 74361a2..04caf12 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -274,8 +274,10 @@ struct App WMError layoutChange(const WMAction &action); WMError visibilityChange(const WMAction &action); WMError setSurfaceSize(unsigned surface, const std::string& area); + WMError changeCurrentState(unsigned req_num); - void setTimer(); + void + setTimer(); void stopTimer(); void processNextRequest(); |