Update autobuild script to create new targets
[apps/agl-service-windowmanager.git] / src / wm_client.cpp
index d3f0364..4bccb8c 100644 (file)
@@ -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;