diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-06 14:42:49 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-09 15:04:24 +0800 |
commit | a776e94477cc672abfccefa6c6854cad526ccec0 (patch) | |
tree | 694cc22e428ec98cd03fedca54d9d7d67f306e09 /unstable/linux-dmabuf | |
parent | f7d16f7983d9ad188d73920a8de0f6d5f3d6c543 (diff) |
Apply the new version suffix convention to the protocols
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'unstable/linux-dmabuf')
-rw-r--r-- | unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml index 3a14711..b4b7d5b 100644 --- a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml +++ b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml @@ -26,7 +26,7 @@ THIS SOFTWARE. </copyright> - <interface name="zlinux_dmabuf1" version="1"> + <interface name="zlinux_dmabuf_v1" version="1"> <description summary="factory for creating dmabuf-based wl_buffers"> Following the interfaces from: https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt @@ -87,7 +87,7 @@ should be destroyed after an 'created' or 'failed' event has been received. </description> - <arg name="params_id" type="new_id" interface="zlinux_buffer_params1" + <arg name="params_id" type="new_id" interface="zlinux_buffer_params_v1" summary="the new temporary"/> </request> @@ -107,7 +107,7 @@ </interface> - <interface name="zlinux_buffer_params1" version="1"> + <interface name="zlinux_buffer_params_v1" version="1"> <description summary="parameters for creating a dmabuf-based wl_buffer"> This temporary object is a collection of dmabufs and other parameters that together form a single logical buffer. The temporary |