aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-06-14 12:16:40 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-06-14 12:16:40 +0900
commit5aab17cd6ef530e367559fa56fcdea3b48f60d54 (patch)
tree2117c1530d55f131668c4fbdc043df2da3479f4c /src/app.cpp
parent8e7dc0829ee77e3f5c15973aec54ecbdc49ed617 (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.cpp2
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";