diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_region.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/wlr/types/wlr_region.h b/include/wlr/types/wlr_region.h index ec7f73aa..532f86df 100644 --- a/include/wlr/types/wlr_region.h +++ b/include/wlr/types/wlr_region.h @@ -12,13 +12,6 @@ #include <pixman.h> #include <wayland-server-protocol.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. - */ -struct wl_resource *wlr_region_create(struct wl_client *client, - uint32_t version, uint32_t id, struct wl_list *resource_list); - pixman_region32_t *wlr_region_from_resource(struct wl_resource *resource); #endif |