mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 23:24:40 +00:00
7d8ff610697b8f305593a32b448cc52fb07cb1e2

Commit22723ca37
moved buffer realization to meta_wayland_surface_commit() so that it wouldn't be part of meta_wayland_buffer_attach(). However, creation of dmabuf buffers would call into meta_wayland_buffer_attach() directly without realizing the buffer first. attach() would then fail and mutter would effectively shut down any clients using the zwp_linux_dmabuf protocol (note that if such client was Xwayland, mutter itself would shut down as well). Add the missing bit in order to make zwp_linux_dmabuf protocol work again. (cherry picked from commit54709c16b5
)
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%