mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
surface: remove resource_list arg from surface_create
This is never used.
This commit is contained in:
parent
c430cd7d53
commit
a9e5df44d8
3 changed files with 3 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue