diff options
Diffstat (limited to 'src/wm_client.hpp')
-rw-r--r-- | src/wm_client.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wm_client.hpp b/src/wm_client.hpp index 623d34f..9568324 100644 --- a/src/wm_client.hpp +++ b/src/wm_client.hpp @@ -51,6 +51,7 @@ class WMClient std::string role() const; unsigned layerID() const; unsigned surfaceID() const; + void registerSurface(unsigned surface); WMError addSurface(unsigned surface); bool removeSurfaceIfExist(unsigned surface); |