diff options
Diffstat (limited to 'src/wm_client.hpp')
-rw-r--r-- | src/wm_client.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp index 3ffa786..ca4fd3d 100644 --- a/src/wm_client.hpp +++ b/src/wm_client.hpp @@ -45,7 +45,9 @@ class WMClient std::string appID() const; std::string role() const; + void setRole(const std::string& role); unsigned layerID() const; + void setLayerID(unsigned id); unsigned surfaceID() const; void registerSurface(unsigned surface); std::string area() const {return this->app_area;}; |