diff options
Diffstat (limited to 'cursor')
| -rw-r--r-- | cursor/wayland-cursor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cursor/wayland-cursor.c b/cursor/wayland-cursor.c index 7da7014..dd48e21 100644 --- a/cursor/wayland-cursor.c +++ b/cursor/wayland-cursor.c @@ -405,6 +405,9 @@ wl_cursor_theme_load(const char *name, int size, struct wl_shm *shm) xcursor_load_theme(name, size, load_callback, theme); if (theme->cursor_count == 0) + xcursor_load_theme(NULL, size, load_callback, theme); + + if (theme->cursor_count == 0) load_default_theme(theme); return theme; |
