diff options
author | Brandon Dowdy <berylline@users.noreply.github.com> | 2021-02-05 22:51:32 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-06 00:05:36 +0100 |
commit | a02ac01be3e2029f6dcd5479c39ea30e6ea17594 (patch) | |
tree | 4f5cd32fbb7a1aaa8a2683b82034cb39b4f726e6 | |
parent | 9396d8433a9388fd4362b777513f591c87ee080b (diff) |
region: remove leftover description of resource_list
"resource_list" no longer exists for regions. Remove the last remaining description of what it does.
-rw-r--r-- | include/types/wlr_region.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <wlr/types/wlr_region.h> /* - * 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); |