X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm-client.hpp;h=5fa944468c3295133d6f74c93d0b9aebae0cb45c;hb=c18d1bfc63d6aad07d58074bc8fd6f15a14c8716;hp=ad9e7b08605471e177c26a84721278107e70ed6c;hpb=e05891ff9f7343a0c536215fc5b4ef8decfa6983;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm-client.hpp b/src/wm-client.hpp index ad9e7b0..5fa9444 100644 --- a/src/wm-client.hpp +++ b/src/wm-client.hpp @@ -39,16 +39,16 @@ class WMClient { public: WMClient(); - WMClient(const std::string &appid, unsigned layerID, unsigned surfaceID, const std::string &role); + WMClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role); WMClient(const std::string &appid, const std::string &role); virtual ~WMClient(); std::string appID() const; unsigned surfaceID(const std::string &role) const; unsigned layerID() const; - void registerLayer(unsigned layerID); + void registerLayer(unsigned layer); bool addSurface(const std::string& role, unsigned surface); - bool removeSurfaceIfExist(unsigned surfaceID); + bool removeSurfaceIfExist(unsigned surface); bool removeRole(const std::string& role); bool subscribe(afb_req req, const std::string &event_name);