aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm-client.hpp
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-08 18:28:42 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-08 18:29:19 +0900
commitc18d1bfc63d6aad07d58074bc8fd6f15a14c8716 (patch)
treefd04c064dd6ccc8209b4b85172fde4992c28c1f7 /src/wm-client.hpp
parente05891ff9f7343a0c536215fc5b4ef8decfa6983 (diff)
Rename the arguments
Not use "ID" Change-Id: Ic36f5c649ba7f36cc254b5d159940f345cb4d571 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/wm-client.hpp')
-rw-r--r--src/wm-client.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wm-client.hpp b/src/wm-client.hpp
index ad9e7b0..5fa9444 100644
--- a/src/wm-client.hpp
+++ b/src/wm-client.hpp
@@ -39,16 +39,16 @@ class WMClient
{
public:
WMClient();
- WMClient(const std::string &appid, unsigned layerID, unsigned surfaceID, const std::string &role);
+ WMClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role);
WMClient(const std::string &appid, const std::string &role);
virtual ~WMClient();
std::string appID() const;
unsigned surfaceID(const std::string &role) const;
unsigned layerID() const;
- void registerLayer(unsigned layerID);
+ void registerLayer(unsigned layer);
bool addSurface(const std::string& role, unsigned surface);
- bool removeSurfaceIfExist(unsigned surfaceID);
+ bool removeSurfaceIfExist(unsigned surface);
bool removeRole(const std::string& role);
bool subscribe(afb_req req, const std::string &event_name);