aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/app.cpp b/src/app.cpp
index f509be0..c7b0391 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -1177,19 +1177,6 @@ void App::surface_created(uint32_t surface_id)
this->controller->layers[*layer_id]->add_surface(surface_id);
this->layout_commit();
- // activate the main_surface right away
- /*if (surface_id == static_cast<unsigned>(this->layers.main_surface)) {
- HMI_DEBUG("wm", "Activating main_surface (%d)", surface_id);
-
- this->api_activate_surface(
- this->lookup_name(surface_id).value_or("unknown-name").c_str());
- }*/
-
- // search pid from surfaceID
-
- // pick up appid from pid from application manager
-
- // check appid then add it to the client
}
void App::surface_removed(uint32_t surface_id)