Skip to content

xdg-toplevel-icon: Define that reusing a buffer is ok after wl_buffer.release

David Redondo requested to merge davidre/wayland-protocols:iconrelease into main

If the compositor doesnt want to copy the buffer the client must not modify the the memory. If it wants to reuse the buffer it has to wait for the compositor to not be using the buffer anymore. If the client doesnt care about reusing its free to destroy the buffer as before. Closes #201 (closed)

Merge request reports