aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-31 19:35:24 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-31 19:35:24 +0900
commit8e125d0a9f7437b6754ee12e1a809885571b43fa (patch)
tree0743b02772dbd4fdd2730ee9c91ff7fedf06b358
parent0602a4156ef549a2a229ba32b141f508230b43ad (diff)
Reserve the process
Change-Id: I04d412cfd255306357b5b2ff0fc73b09c669b2ce Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r--src/app.cpp6
1 files changed, 6 insertions, 0 deletions
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)