mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: drop reference to wl_drm
Change the wl_drm reference to linux-dmabuf. wl_drm is a legacy, private Mesa protocol that shouldn't be used by regular clients. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
f452e41264
commit
f8bea2450d
1 changed files with 5 additions and 4 deletions
|
|
@ -431,10 +431,11 @@
|
|||
<interface name="wl_buffer" version="1">
|
||||
<description summary="content for a wl_surface">
|
||||
A buffer provides the content for a wl_surface. Buffers are
|
||||
created through factory interfaces such as wl_drm, wl_shm or
|
||||
similar. It has a width and a height and can be attached to a
|
||||
wl_surface, but the mechanism by which a client provides and
|
||||
updates the contents is defined by the buffer factory interface.
|
||||
created through factory interfaces such as wl_shm, wp_linux_buffer_params
|
||||
(from the linux-dmabuf protocol extension) or similar. It has a width and
|
||||
a height and can be attached to a wl_surface, but the mechanism by which a
|
||||
client provides and updates the contents is defined by the buffer factory
|
||||
interface.
|
||||
</description>
|
||||
|
||||
<request name="destroy" type="destructor">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue