From 3668c9d86c866ec25048eb136701681c49bea62a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 1 Feb 2023 15:00:42 +0100 Subject: examples, tinywl: use "default" cursor instead of "left_ptr" "left_ptr" is the X11 name, "default" is the cursor spec name. --- tinywl/tinywl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinywl') diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index af57284b..d3ff2d09 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -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) { /* -- cgit v1.2.3