examples, tinywl: use "default" cursor instead of "left_ptr"

"left_ptr" is the X11 name, "default" is the cursor spec name.
This commit is contained in:
Simon Ser 2023-02-01 15:00:42 +01:00
parent 4097eb20f3
commit 3668c9d86c
5 changed files with 9 additions and 9 deletions

View file

@ -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.
*/