From b6dea80907b840ed30f056b618ee20492870f664 Mon Sep 17 00:00:00 2001 From: Manuel Stoeckl Date: Thu, 4 Feb 2021 08:56:09 -0500 Subject: xcursor: make cursor data and metadata const --- xcursor/wlr_xcursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcursor') diff --git a/xcursor/wlr_xcursor.c b/xcursor/wlr_xcursor.c index 85e76a55..a11d77a0 100644 --- a/xcursor/wlr_xcursor.c +++ b/xcursor/wlr_xcursor.c @@ -46,7 +46,7 @@ static void xcursor_destroy(struct wlr_xcursor *cursor) { #include "xcursor/cursor_data.h" static struct wlr_xcursor *xcursor_create_from_data( - struct cursor_metadata *metadata, struct wlr_xcursor_theme *theme) { + const struct cursor_metadata *metadata, struct wlr_xcursor_theme *theme) { struct wlr_xcursor *cursor; struct wlr_xcursor_image *image; int size; -- cgit v1.2.3