gdk: Fix fallback names for the help cursor
authorBenjamin Otte <otte@redhat.com>
Sat, 4 Nov 2017 22:12:46 +0000 (23:12 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 4 Nov 2017 23:07:18 +0000 (00:07 +0100)
gdk/wayland/gdkcursor-wayland.c
gdk/x11/gdkcursor-x11.c

index 17128d89354dc933a8934fac2b3b57c1ef6fd717..a2ad42b5186e35e65a3b0696f434cd65d08435ad 100644 (file)
@@ -66,7 +66,7 @@ static const struct {
   const gchar *css_name, *traditional_name;
 } name_map[] = {
   { "default",      "left_ptr" },
-  { "help",         "left_ptr" },
+  { "help",         "question_arrow" },
   { "context-menu", "left_ptr" },
   { "pointer",      "hand" },
   { "progress",     "left_ptr_watch" },
index 85364d7bf097988fdbd9562a5a1dafce007c034b..90e6020d647f2a1be05076f94bdda8a54e5b855a 100644 (file)
@@ -107,7 +107,7 @@ static const struct {
   int cursor_glyph;
 } name_map[] = {
   { "default",      "left_ptr",            XC_left_ptr, },
-  { "help",         "left_ptr",            XC_question_arrow },
+  { "help",         "question_arrow",      XC_question_arrow },
   { "context-menu", "left_ptr",            XC_left_ptr },
   { "pointer",      "hand",                XC_hand1 },
   { "progress",     "left_ptr_watch",      XC_watch },