cursor: rename functions to snake case

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-04-21 11:45:20 +02:00
parent 3c12a7a1be
commit bcfcd49232
3 changed files with 99 additions and 99 deletions

View file

@ -341,7 +341,7 @@ load_callback(struct xcursor_images *images, void *data)
struct wl_cursor *cursor;
if (wl_cursor_theme_get_cursor(theme, images->name)) {
XcursorImagesDestroy(images);
xcursor_images_destroy(images);
return;
}
@ -361,7 +361,7 @@ load_callback(struct xcursor_images *images, void *data)
}
}
XcursorImagesDestroy(images);
xcursor_images_destroy(images);
}
/** Load a cursor theme to memory shared with the compositor