start launcher and lastmode after homescreen started
[apps/agl-service-homescreen.git] / src / hs-clientmanager.h
index 54283c2..366f256 100644 (file)
@@ -54,7 +54,7 @@ private:
     HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid);
     HS_Client* addClient(afb_req_t req, std::string appid);
     void removeClient(std::string appid);
-    void checkRegisterApp(const std::string &appid);
+    void checkRegisterApp(afb_api_t api, const std::string &appid);
 
 private:
     static HS_ClientManager* me;