aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_region.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_region.h b/include/wlr/types/wlr_region.h
index e731c8b1..62ac85c0 100644
--- a/include/wlr/types/wlr_region.h
+++ b/include/wlr/types/wlr_region.h
@@ -25,6 +25,6 @@ struct wl_resource;
*
* To allow clients to create wl_region objects, call wlr_compositor_create().
*/
-pixman_region32_t *wlr_region_from_resource(struct wl_resource *resource);
+const pixman_region32_t *wlr_region_from_resource(struct wl_resource *resource);
#endif