aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_client.cpp')
-rw-r--r--src/wm_client.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wm_client.cpp b/src/wm_client.cpp
index d4303fd..9ce39e0 100644
--- a/src/wm_client.cpp
+++ b/src/wm_client.cpp
@@ -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);