X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm_client.hpp;fp=src%2Fwm_client.hpp;h=7df4dea5a57312f3c93d6f604ab3a3e84bda007b;hb=464f20cc2a960052233c4e2cbc2bd7dd3876b7f7;hp=17d22214831273dc9ba7b4d0076911a75478b61f;hpb=d4b18f9152860b4fd8746e5098a75ad56dba1c7f;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm_client.hpp b/src/wm_client.hpp index 17d2221..7df4dea 100644 --- a/src/wm_client.hpp +++ b/src/wm_client.hpp @@ -45,7 +45,9 @@ class WMClient std::string appID() const; std::string role() const; + void setRole(const std::string& role); unsigned layerID() const; + void setLayerID(unsigned id); unsigned surfaceID() const; void registerSurface(unsigned surface); void activate();