surface: remove resource_list arg from surface_create

This is never used.
This commit is contained in:
Simon Ser 2021-03-30 10:19:29 +02:00
parent c430cd7d53
commit a9e5df44d8
3 changed files with 3 additions and 14 deletions

View file

@ -6,8 +6,7 @@
struct wlr_renderer;
/**
* Create a new surface resource with the provided new ID. If `resource_list`
* is non-NULL, adds the surface's resource to the list.
* Create a new surface resource with the provided new ID.
*/
struct wlr_surface *surface_create(struct wl_client *client,
uint32_t version, uint32_t id, struct wlr_renderer *renderer);