diff options
author | vaxerski <[email protected]> | 2022-05-14 17:28:55 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-05-14 17:28:55 +0200 |
commit | f0d52d8a88ca64c4a806bdd1eb8aaf549970d6f6 (patch) | |
tree | bb6a64acaf971bb3038e7810589b110ff9456688 /src/Compositor.cpp | |
parent | 6db68917abd4090e1ecf8d75468ea28adeb342a9 (diff) | |
download | Hyprland-f0d52d8a88ca64c4a806bdd1eb8aaf549970d6f6.tar.gz Hyprland-f0d52d8a88ca64c4a806bdd1eb8aaf549970d6f6.zip |
log layersurface cleanup
Diffstat (limited to 'src/Compositor.cpp')
-rw-r--r-- | src/Compositor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 9f11559a..cd3fed1d 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -665,6 +665,8 @@ void CCompositor::cleanupFadingOut() { m_lSurfacesFadingOut.remove(ls); delete ls; + Debug::log(LOG, "Cleanup: destroyed a layersurface"); + return; } } |