From 3668c9d86c866ec25048eb136701681c49bea62a Mon Sep 17 00:00:00 2001
From: Simon Ser <contact@emersion.fr>
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.
---
 include/wlr/xcursor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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.
  */
-- 
cgit v1.2.3