diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/types/wlr_surface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/types/wlr_surface.h b/include/types/wlr_surface.h index 1de8ea0e..bc30d2c9 100644 --- a/include/types/wlr_surface.h +++ b/include/types/wlr_surface.h @@ -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); |