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 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); |