diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_region.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_region.h b/include/wlr/types/wlr_region.h new file mode 100644 index 00000000..9fff0150 --- /dev/null +++ b/include/wlr/types/wlr_region.h @@ -0,0 +1,10 @@ +#ifndef _WLR_TYPES_REGION_H +#define _WLR_TYPES_REGION_H + +struct wl_resource; + +// Implements the given resource as region. +// Sets the associated pixman_region32_t as userdata. +void wlr_region_create(struct wl_resource *res); + +#endif |