mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-15 05:34:36 -04:00
cursor: rename functions to snake case
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
3c12a7a1be
commit
bcfcd49232
3 changed files with 99 additions and 99 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue