mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cursor: fix indentation of xcursor_load_theme declaration
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
7a399383fc
commit
1cb728246b
1 changed files with 2 additions and 2 deletions
|
|
@ -798,8 +798,8 @@ load_all_cursors_from_dir(const char *path, int size,
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
xcursor_load_theme(const char *theme, int size,
|
xcursor_load_theme(const char *theme, int size,
|
||||||
void (*load_callback)(struct xcursor_images *, void *),
|
void (*load_callback)(struct xcursor_images *, void *),
|
||||||
void *user_data)
|
void *user_data)
|
||||||
{
|
{
|
||||||
char *full, *dir;
|
char *full, *dir;
|
||||||
char *inherits = NULL;
|
char *inherits = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue