From: Kazumasa Mitsunari Date: Thu, 31 May 2018 10:35:24 +0000 (+0900) Subject: Reserve the process X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8e125d0a9f7437b6754ee12e1a809885571b43fa;p=apps%2Fagl-service-windowmanager.git Reserve the process Change-Id: I04d412cfd255306357b5b2ff0fc73b09c669b2ce Signed-off-by: Kazumasa Mitsunari --- diff --git a/src/app.cpp b/src/app.cpp index be53808..c862680 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1096,6 +1096,12 @@ void App::surface_created(uint32_t 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)