diff options
Diffstat (limited to 'xcursor')
-rw-r--r-- | xcursor/wlr_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcursor/wlr_cursor.c b/xcursor/wlr_cursor.c index 3a7da05b..85e0d3be 100644 --- a/xcursor/wlr_cursor.c +++ b/xcursor/wlr_cursor.c @@ -269,7 +269,7 @@ void wlr_cursor_theme_destroy(struct wlr_cursor_theme *theme) { } struct wlr_cursor *wlr_cursor_theme_get_cursor(struct wlr_cursor_theme *theme, - const char *name) { + const char *name) { unsigned int i; for (i = 0; i < theme->cursor_count; i++) { |