summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-05-26 12:00:17 +0200
committerSimon Ser <contact@emersion.fr>2021-05-27 10:48:40 +0200
commitf8bea2450d0fc1d68b22ed36b9e500afdd4026c7 (patch)
tree3174fcf1c7f85d40e20da5f05207207426d84732 /protocol
parentf452e41264387dee4fd737cbf1af58b34b53941b (diff)
downloadwayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar.gz
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>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 9955d24..acb85fd 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -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">