Proposal: New layer settings
[apps/agl-service-windowmanager-2017.git] / src / wm_client.cpp
index d4303fd..9ce39e0 100644 (file)
@@ -101,6 +101,11 @@ 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);