X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm_client.cpp;h=4bccb8c01de68ad1b552aa11dad8804320ef2b14;hb=refs%2Fchanges%2F69%2F21169%2F1;hp=d3f036461a07c627246bd23cedfbcff38e24017b;hpb=3a090e43fdeb3c86f253c39a23d35358680565f5;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm_client.cpp b/src/wm_client.cpp index d3f0364..4bccb8c 100644 --- a/src/wm_client.cpp +++ b/src/wm_client.cpp @@ -120,11 +120,21 @@ string WMClient::role() const return this->main_role; } +void WMClient::setRole(const string& role) +{ + this->main_role = role; +} + unsigned WMClient::layerID() const { return this->layer; } +void WMClient::setLayerID(unsigned id) +{ + this->layer = id; +} + unsigned WMClient::surfaceID() const { return this->surface;