subsurface: Rewrite the subsurface tree (#4877)

This commit is contained in:
Vaxry
2024-02-29 00:03:28 +00:00
committed by GitHub
parent 1e7eb3a5a5
commit b1c0f1cc01
11 changed files with 312 additions and 414 deletions

View File

@@ -95,7 +95,6 @@ class CCompositor {
std::vector<std::unique_ptr<CWindow>> m_vWindows;
std::vector<std::unique_ptr<SXDGPopup>> m_vXDGPopups;
std::vector<std::unique_ptr<CWorkspace>> m_vWorkspaces;
std::vector<std::unique_ptr<SSubsurface>> m_vSubsurfaces;
std::vector<CWindow*> m_vWindowsFadingOut;
std::vector<SLayerSurface*> m_vSurfacesFadingOut;