Proposal: New layer settings
[apps/agl-service-windowmanager-2017.git] / src / wm_client.cpp
index 09e2e00..79922fa 100644 (file)
@@ -106,6 +106,21 @@ unsigned WMClient::layerID() const
     return this->layer;
 }
 
+unsigned WMClient::surfaceID() const
+{
+    return this->surface;
+}
+
+const string& WMClient::getWMLayerName()
+{
+    return this->wm_layer_name;
+}
+
+void WMClient::setRole(const string& role)
+{
+    this->role_list.push_back(role);
+}
+
 /**
  * Set layerID the client belongs to
  *