window: unassign surface on unmap

This commit is contained in:
vaxerski
2023-03-23 00:39:32 +00:00
parent 0268bb9888
commit a3fda12ba1
3 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ class CWLSurface {
~CWLSurface();
void assign(wlr_surface* pSurface);
void unassign();
CWLSurface(const CWLSurface&) = delete;
CWLSurface(CWLSurface&&) = delete;