mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
region: constify
This commit is contained in:
parent
fe4225d5de
commit
c5d79bfb26
4 changed files with 19 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue