aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
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";