app: rename fullscren surface task
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Wed, 2 Aug 2017 09:03:30 +0000 (11:03 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 8 Aug 2017 15:24:00 +0000 (17:24 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
src/app.cpp

index f62d843..ecfe0cd 100644 (file)
@@ -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];