diff options
Diffstat (limited to 'src/wm_client.cpp')
-rw-r--r-- | src/wm_client.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wm_client.cpp b/src/wm_client.cpp index e7cb552..040c52b 100644 --- a/src/wm_client.cpp +++ b/src/wm_client.cpp @@ -111,6 +111,11 @@ unsigned WMClient::surfaceID() const return this->surface; } +void WMClient::registerSurface(unsigned surface) +{ + this->surface = surface; +} + /** * Add surface to the client * |