mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
4097eb20f3
commit
3668c9d86c
5 changed files with 9 additions and 9 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue