X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm_client.cpp;h=040c52b1454628319ef3c41d7548b0c0c1989216;hb=a96fae7e99c2d13bc864d919cbdbcd68ba9cb841;hp=e7cb55258bcc24c271eafdd25df1a09ce6c40fe2;hpb=2b1bf85afe0a8b24f75386f7c24df85f9b785bd3;p=apps%2Fagl-service-windowmanager.git 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 *