diff --git a/include/types/wlr_region.h b/include/types/wlr_region.h index b0cda349..cd81761f 100644 --- a/include/types/wlr_region.h +++ b/include/types/wlr_region.h @@ -4,8 +4,7 @@ #include /* - * Creates a new region resource with the provided new ID. If `resource_list` is - * non-NULL, adds the region's resource to the list. + * Creates a new region resource with the provided new ID. */ struct wl_resource *region_create(struct wl_client *client, uint32_t version, uint32_t id);