mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cursor: remove struct typedefs, rename to snake case
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
21394fd5f7
commit
a46d8be4e1
3 changed files with 76 additions and 78 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue