layer-shell: properly map and unmap surface and propagate unmap events

This commit is contained in:
vaxerski
2024-07-27 18:08:22 +02:00
parent 729b47d46d
commit 0243271544
3 changed files with 7 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ class CLayerShellResource : public ISurfaceRole {
struct {
CHyprSignalListener commitSurface;
CHyprSignalListener destroySurface;
CHyprSignalListener unmapSurface;
} listeners;
bool closed = false;