aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-05-25 17:01:36 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-05-25 17:01:36 +0900
commitf7036a4eb19d89827133b6ae866eb40568bdf03e (patch)
treefc41cfcd10386c5e5621bd1446369aa1ed63fd01 /src/app.hpp
parent26557a931e330a3ce92d241dcb275a49b66afa10 (diff)
The surfaces are managed by using the roles instead of the drawing names
Change-Id: I7373a54f2df334ac223b51a6cb9a643a88e7c33c Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp
index f6b809a..245e2e7 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -254,7 +254,7 @@ private:
LayoutManager lm_;
std::unordered_map<std::string, int> role2surfaceid_;
std::unordered_map<std::string, std::string> drawingname2role_;
- std::unordered_map<std::string, std::string> role2app_;
+ std::unordered_map<std::string, std::string> role2drawingname_;
std::unordered_map<int, int> appid2role_;
CarInfo crr_car_info_;