mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xcursor: make cursor data and metadata const
This commit is contained in:
parent
79be26ff1f
commit
b6dea80907
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue