mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 12:38:18 +02:00
log layersurface cleanup
This commit is contained in:
parent
32d62caf1b
commit
9723b8cf79
1 changed files with 2 additions and 0 deletions
|
|
@ -665,6 +665,8 @@ void CCompositor::cleanupFadingOut() {
|
|||
m_lSurfacesFadingOut.remove(ls);
|
||||
delete ls;
|
||||
|
||||
Debug::log(LOG, "Cleanup: destroyed a layersurface");
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue