aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm-client.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-31 20:06:59 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-31 20:06:59 +0900
commit2c30dbcf2ea220364240584a57edf94f6f0d1fec (patch)
tree31231704b22c56e733545bd62d3b49d3005d099c /src/wm-client.hpp
parent8e125d0a9f7437b6754ee12e1a809885571b43fa (diff)
Add get function to wm-client
Change-Id: I4880cfc48148e0055029d4b902b445e79f9c422c Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm-client.hpp')
-rw-r--r--src/wm-client.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wm-client.hpp b/src/wm-client.hpp
index 33024b0..3680d8f 100644
--- a/src/wm-client.hpp
+++ b/src/wm-client.hpp
@@ -39,6 +39,8 @@ class WMClient
virtual ~WMClient();
std::string appID();
+ unsigned surfaceID(const std::string &role);
+ unsigned layerID();
void registerLayer(unsigned layerID);
bool addSurface(const std::string& role, unsigned surface);
bool removeSurfaceIfExist(unsigned surfaceID);