mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -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
|
|
@ -49,7 +49,7 @@ struct xcursor_images {
|
|||
};
|
||||
|
||||
void
|
||||
XcursorImagesDestroy(struct xcursor_images *images);
|
||||
xcursor_images_destroy(struct xcursor_images *images);
|
||||
|
||||
void
|
||||
xcursor_load_theme(const char *theme, int size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue