buffer: drop resource arg from wlr_client_buffer_create

This function doesn't need the wl_resource anymore.

In the failure paths, wlr_buffer_unlock in surface_apply_damage
will take care of sending wl_buffer.release.
This commit is contained in:
Simon Ser 2021-07-09 23:27:07 +02:00 committed by Simon Zeni
parent 5544973814
commit 28aa803916
3 changed files with 3 additions and 5 deletions

View file

@ -150,7 +150,7 @@ struct wlr_client_buffer {
* from it, and copying its wl_resource.
*/
struct wlr_client_buffer *wlr_client_buffer_create(struct wlr_buffer *buffer,
struct wlr_renderer *renderer, struct wl_resource *resource);
struct wlr_renderer *renderer);
/**
* Get a client buffer from a generic buffer. If the buffer isn't a client