Skip to content

shm: add wl_shm_buffer_{get,set}_user_data

Simon Ser requested to merge emersion/wayland:shm-buffer-user-data into main

This allows library users to attach an arbitrary data pointer to a wl_shm_buffer. They can't use the wl_resource's since it's used by wayland-shm itself.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports