aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-26 14:37:39 +0100
committerSimon Ser <contact@emersion.fr>2024-01-31 08:20:17 +0000
commit6991f03767b7bab8c5d42d46a89f51debd3e1634 (patch)
tree24c62057b501c72e29609d2c7de9c2c119d337a6 /include
parentba3c1ae065a33e715b4bbe9a1ff22618041a28f6 (diff)
linux-dmabuf-v1: switch to stable
The protocol is no longer unstable.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_linux_dmabuf_v1.h4
1 files changed, 2 insertions, 2 deletions
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.
*/