diff options
-rw-r--r-- | src/app.cpp | 6 |
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) |