X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapplist.hpp;h=c31e4a2b16a8caa4a541a2f4e16cb2747d2117b6;hb=92cbe39df7b53208e15bea19e523570be915cf1e;hp=98ce1b81108103042de8ef82757959a72efd6816;hpb=1b1051702003391f958f4bf68c5dfe88676d56d4;p=apps%2Fagl-service-windowmanager.git diff --git a/src/applist.hpp b/src/applist.hpp index 98ce1b8..c31e4a2 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -57,9 +57,11 @@ class AppList int countClient() const; std::shared_ptr lookUpClient(const std::string &appid); void removeSurface(unsigned surface); - std::string getAppID(unsigned surface, const std::string &role, bool *found) const; + //std::string getAppID(unsigned surface, const std::string &role, bool *found) const; + std::string getAppID(unsigned surface, bool* found) const; WMError appendRole(const std::string &appid, const std::string &role); + // Floating surface void addFloatingClient(const std::string &appid, unsigned layer, const std::string &role); void addFloatingSurface(const std::string &appid, unsigned surface, unsigned pid);