mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
linux-dmabuf-v1: switch to stable
The protocol is no longer unstable.
This commit is contained in:
parent
ba3c1ae065
commit
6991f03767
6 changed files with 8 additions and 8 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue