diff options
Diffstat (limited to 'include/wlr/xcursor.h')
-rw-r--r-- | include/wlr/xcursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/xcursor.h b/include/wlr/xcursor.h index d21025cc..bb75119b 100644 --- a/include/wlr/xcursor.h +++ b/include/wlr/xcursor.h @@ -105,7 +105,7 @@ struct wlr_xcursor_theme *wlr_xcursor_theme_load(const char *name, int size); void wlr_xcursor_theme_destroy(struct wlr_xcursor_theme *theme); /** - * Obtain a cursor for the specified name (e.g. "left_ptr"). + * Obtain a cursor for the specified name (e.g. "default"). * * If the cursor could not be found, NULL is returned. */ |