From e2a1895b1553c067927a250e83132e836fc1836a Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Wed, 8 Aug 2018 16:15:46 +0900 Subject: Proposal: New layer settings Change-Id: I860f8dea4eee340fd8ab3dba3bbaee1661c584bf Signed-off-by: Kazumasa Mitsunari --- src/wm_client.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/wm_client.cpp') 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 * -- cgit 1.2.3-korg