aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-17 23:09:09 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-17 23:09:09 +0900
commit5ae7f0df360a72a42b4722cbffddd169da21b4d0 (patch)
tree383ba9996634aac40c7cd0f25135874bb4c086fe /src/app.hpp
parent4f1421c4f252b9ffaa59e7b0f534d6d559b2ae99 (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.hpp4
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();