From 6991f03767b7bab8c5d42d46a89f51debd3e1634 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 26 Nov 2023 14:37:39 +0100 Subject: linux-dmabuf-v1: switch to stable The protocol is no longer unstable. --- include/wlr/types/wlr_linux_dmabuf_v1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/wlr/types/wlr_linux_dmabuf_v1.h b/include/wlr/types/wlr_linux_dmabuf_v1.h index 4de9f29c..d25da3af 100644 --- a/include/wlr/types/wlr_linux_dmabuf_v1.h +++ b/include/wlr/types/wlr_linux_dmabuf_v1.h @@ -67,7 +67,7 @@ struct wlr_linux_dmabuf_v1 { }; /** - * Create the linux-dmabuf-unstable-v1 global. + * Create the linux-dmabuf-v1 global. * * Compositors using struct wlr_renderer should use * wlr_linux_dmabuf_v1_create_with_renderer() instead. @@ -76,7 +76,7 @@ struct wlr_linux_dmabuf_v1 *wlr_linux_dmabuf_v1_create(struct wl_display *displa uint32_t version, const struct wlr_linux_dmabuf_feedback_v1 *default_feedback); /** - * Create the linux-dmabuf-unstable-v1 global. + * Create the linux-dmabuf-v1 global. * * The default DMA-BUF feedback is initialized from the struct wlr_renderer. */ -- cgit v1.2.3