Skip to content
Commit 0045eaec authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

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.
parent e4bf7e03
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment