aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_client.hpp')
-rw-r--r--src/wm_client.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp
index 4bc9421..7c6c0b4 100644
--- a/src/wm_client.hpp
+++ b/src/wm_client.hpp
@@ -57,7 +57,8 @@ class WMClient
const std::vector<std::string> &roles() const;
void setRole(const std::string& role);
void appendRole(const std::string& role);
- bool addSurface(const std::string& role, unsigned surface);
+ //bool addSurface(const std::string& role, unsigned surface);
+ bool addSurface(unsigned surface);
bool removeSurfaceIfExist(unsigned surface);
bool removeRole(const std::string& role);