mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
buffer: make wlr_buffer_ref return the buffer
This commit is contained in:
parent
9ea5b1a85e
commit
38d415dd20
2 changed files with 3 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ struct wlr_buffer *wlr_buffer_create(struct wlr_renderer *renderer,
|
|||
/**
|
||||
* Reference the buffer.
|
||||
*/
|
||||
void wlr_buffer_ref(struct wlr_buffer *buffer);
|
||||
struct wlr_buffer *wlr_buffer_ref(struct wlr_buffer *buffer);
|
||||
/**
|
||||
* Unreference the buffer. After this call, `buffer` may not be accessed
|
||||
* anymore.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue