summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Zahorodnii <vlad.zahorodnii@kde.org>2023-04-18 14:59:56 +0300
committerVlad Zahorodnii <vlad.zahorodnii@kde.org>2023-04-18 15:06:04 +0300
commitfefd185994bdf6673e86a89ae5c63987841dbb6c (patch)
tree8fb736eb11287dfacec7d8c905b2d5106de5c438
parentf9ef5fdba5051a66f9b44fb3dce77553f5a1079f (diff)
downloadwayland-protocols-fefd185994bdf6673e86a89ae5c63987841dbb6c.tar.gz
linux-dmabuf: Fix a couple of typos
There are no interfaces such as zlinux_dmabuf_params and zlinux_buffer_params. Signed-off-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
-rw-r--r--unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
index ea92310..486accc 100644
--- a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
+++ b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
@@ -344,7 +344,7 @@
successful. It provides the new wl_buffer referencing the dmabuf(s).
Upon receiving this event, the client should destroy the
- zlinux_dmabuf_params object.
+ zwp_linux_buffer_params_v1 object.
</description>
<arg name="buffer" type="new_id" interface="wl_buffer"
summary="the newly created wl_buffer"/>
@@ -357,7 +357,7 @@
has not been fulfilled.
Upon receiving this event, the client should destroy the
- zlinux_buffer_params object.
+ zwp_linux_buffer_params_v1 object.
</description>
</event>