Reserve the process
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 31 May 2018 10:35:24 +0000 (19:35 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Thu, 31 May 2018 10:35:24 +0000 (19:35 +0900)
Change-Id: I04d412cfd255306357b5b2ff0fc73b09c669b2ce
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/app.cpp

index be53808..c862680 100644 (file)
@@ -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)