My KWIN fork where I work on features like per-output virtual desktops
Find a file
Vlad Zahorodnii 0045eaecfa Reference shm pool for destroyed buffers
Currently, if an application is closed, all of its shm buffers will be
destroyed. However, the compositor may want to access them to fade out
the window.

With this change, the underlying shm pool will be referenced when a shm
buffer is destroyed. So, the compositor can access buffer data even if
the buffer is destroyed.
2021-07-22 11:41:08 +03:00
src/wayland Reference shm pool for destroyed buffers 2021-07-22 11:41:08 +03:00