cursor: remove struct typedefs, rename to snake case

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-04-21 11:29:08 +02:00
parent 21394fd5f7
commit a46d8be4e1
3 changed files with 76 additions and 78 deletions

View file

@ -274,7 +274,7 @@ load_fallback_theme(struct wl_cursor_theme *theme)
}
static struct wl_cursor *
wl_cursor_create_from_xcursor_images(XcursorImages *images,
wl_cursor_create_from_xcursor_images(struct xcursor_images *images,
struct wl_cursor_theme *theme)
{
struct cursor *cursor;
@ -335,7 +335,7 @@ wl_cursor_create_from_xcursor_images(XcursorImages *images,
}
static void
load_callback(XcursorImages *images, void *data)
load_callback(struct xcursor_images *images, void *data)
{
struct wl_cursor_theme *theme = data;
struct wl_cursor *cursor;