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

@ -450,7 +450,7 @@ static void process_cursor_motion(struct tinywl_server *server, uint32_t time) {
* default. This is what makes the cursor image appear when you move it
* around the screen, not over any views. */
wlr_xcursor_manager_set_cursor_image(
server->cursor_mgr, "left_ptr", server->cursor);
server->cursor_mgr, "default", server->cursor);
}
if (surface) {
/*