mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-07 08:21:33 -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">
|
<interface name="wl_buffer" version="1">
|
||||||
<description summary="content for a wl_surface">
|
<description summary="content for a wl_surface">
|
||||||
A buffer provides the content for a wl_surface. Buffers are
|
A buffer provides the content for a wl_surface. Buffers are
|
||||||
created through factory interfaces such as wl_drm, wl_shm or
|
created through factory interfaces such as wl_shm, wp_linux_buffer_params
|
||||||
similar. It has a width and a height and can be attached to a
|
(from the linux-dmabuf protocol extension) or similar. It has a width and
|
||||||
wl_surface, but the mechanism by which a client provides and
|
a height and can be attached to a wl_surface, but the mechanism by which a
|
||||||
updates the contents is defined by the buffer factory interface.
|
client provides and updates the contents is defined by the buffer factory
|
||||||
|
interface.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<request name="destroy" type="destructor">
|
<request name="destroy" type="destructor">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue