diff options
| author | Simon Ser <contact@emersion.fr> | 2022-05-27 17:16:17 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2022-05-27 22:41:12 +0200 |
| commit | 1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6 (patch) | |
| tree | ef27ab68bcd35403cc95b62ca898e7b6befc93e5 /cursor/xcursor.c | |
| parent | cursor: simplify xcursor_library_path (diff) | |
| download | wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.tar wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.tar.gz wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.tar.bz2 wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.tar.lz wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.tar.xz wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.tar.zst wayland-1cb728246ba04fd7f8c0557d74fa5ea18d1f07c6.zip | |
cursor: fix indentation of xcursor_load_theme declaration
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'cursor/xcursor.c')
| -rw-r--r-- | cursor/xcursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cursor/xcursor.c b/cursor/xcursor.c index b923596..792ac18 100644 --- a/cursor/xcursor.c +++ b/cursor/xcursor.c @@ -798,8 +798,8 @@ load_all_cursors_from_dir(const char *path, int size, */ void xcursor_load_theme(const char *theme, int size, - void (*load_callback)(struct xcursor_images *, void *), - void *user_data) + void (*load_callback)(struct xcursor_images *, void *), + void *user_data) { char *full, *dir; char *inherits = NULL; |
