diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-06-01 14:27:14 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-06-01 16:41:21 +0900 |
commit | 3b69381963b84103ade385727029bf7164f93ec3 (patch) | |
tree | bccad098773e6eb0829e0fccea74035f16f248e0 /src/app.hpp | |
parent | 0c7e092e82649e0c540eaf6796ecb427258288df (diff) |
Modify API of PolicyManager
and change the process for stopping timer
Change-Id: Id7f9ba1c25adc188b01d8407f7043ea22da113d9
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp index 245e2e7..ea5ac36 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -248,6 +248,7 @@ struct App { void surface_removed(uint32_t surface_id); void setAccelPedalPos(double val); + void updateWindowResource(json_object* json_out); private: PolicyManager pm_; |