diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-06-14 12:16:40 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-06-14 12:16:40 +0900 |
commit | 5aab17cd6ef530e367559fa56fcdea3b48f60d54 (patch) | |
tree | 2117c1530d55f131668c4fbdc043df2da3479f4c /src/app.cpp | |
parent | 8e7dc0829ee77e3f5c15973aec54ecbdc49ed617 (diff) |
Modify the process for updating layer state
Change-Id: Iccfc332f996f2bc01cd5c6b9cad46229758c6212
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/app.cpp')
-rw-r--r-- | src/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp index a480e49..769bec3 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -494,7 +494,7 @@ void App::allocateWindowResource(char const *event, char const *drawing_name, } else if (0 == strcmp("homescreen", new_role)) { // Now homescreen specifies "normalfull" - new_area = "full"; + new_area = "fullscreen"; } else { new_area = "normal"; |