aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.cpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-08 16:15:46 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-08-20 13:49:00 +0900
commite2a1895b1553c067927a250e83132e836fc1836a (patch)
tree88cb54dec93b463884a63fd5b0a173fd44d074ca /src/wm_client.cpp
parent1859dd4135f5d019f16a1333df318ecd1211afb9 (diff)
Proposal: New layer settings
Change-Id: I860f8dea4eee340fd8ab3dba3bbaee1661c584bf Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm_client.cpp')
-rw-r--r--src/wm_client.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wm_client.cpp b/src/wm_client.cpp
index 09e2e00..79922fa 100644
--- a/src/wm_client.cpp
+++ b/src/wm_client.cpp
@@ -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
*