diff options
| author | Simon Ser <contact@emersion.fr> | 2021-05-26 12:00:17 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2021-05-27 10:48:40 +0200 |
| commit | f8bea2450d0fc1d68b22ed36b9e500afdd4026c7 (patch) | |
| tree | 3174fcf1c7f85d40e20da5f05207207426d84732 /protocol/wayland.xml | |
| parent | build: replace assembly embedding with Python script (diff) | |
| download | wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar.gz wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar.bz2 wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar.lz wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar.xz wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.tar.zst wayland-f8bea2450d0fc1d68b22ed36b9e500afdd4026c7.zip | |
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/wayland.xml')
| -rw-r--r-- | protocol/wayland.xml | 9 |
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"> |
