mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-08 16:11:57 -07:00
window: unassign surface on unmap
This commit is contained in:
@@ -11,6 +11,10 @@ void CWLSurface::assign(wlr_surface* pSurface) {
|
||||
init();
|
||||
}
|
||||
|
||||
void CWLSurface::unassign() {
|
||||
destroy();
|
||||
}
|
||||
|
||||
CWLSurface::~CWLSurface() {
|
||||
destroy();
|
||||
}
|
||||
|
Reference in New Issue
Block a user