aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-02 11:03:30 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit04168cc638677adc9d030816dd8b95987df560d0 (patch)
treed06bf58fd44b0fd6ec79a06008ca8642e0d8ada2
parentdaf3f38d2d89b0073bdbee2a531e00dc00e172c1 (diff)
app: rename fullscren surface task
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r--src/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index f62d843..ecfe0cd 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -288,7 +288,7 @@ void App::surface_created(uint32_t surface_id) {
} else {
auto rect = this->layers.get_layer_rect(surface_id).value();
this->controller->add_task(
- "fullscreen surface",
+ "surface setup",
[layer_id, surface_id, rect](struct genivi::controller *c) {
auto &s = c->surfaces[surface_id];