diff options
| author | Simon Ser <contact@emersion.fr> | 2022-04-21 11:45:20 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-05-23 08:59:05 +0000 |
| commit | bcfcd49232e3881d995da83a15dbc2897148c5fb (patch) | |
| tree | 5416cdfbd62111dca0bc20f0d709c05cf54c2944 /cursor/xcursor.h | |
| parent | cursor: fix whitespace in function args definitions (diff) | |
| download | wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.tar wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.tar.gz wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.tar.bz2 wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.tar.lz wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.tar.xz wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.tar.zst wayland-bcfcd49232e3881d995da83a15dbc2897148c5fb.zip | |
cursor: rename functions to snake case
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'cursor/xcursor.h')
| -rw-r--r-- | cursor/xcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/xcursor.h b/cursor/xcursor.h index 528a169..459f816 100644 --- a/cursor/xcursor.h +++ b/cursor/xcursor.h @@ -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, |
