[gtk+] gdk: Fix fallback names for the help cursor



commit d092e8dd787a5ed0d4e8a83018d2751fb4e14be2
Author: Benjamin Otte <otte redhat com>
Date:   Sat Nov 4 23:12:46 2017 +0100

    gdk: Fix fallback names for the help cursor

 gdk/wayland/gdkcursor-wayland.c |    2 +-
 gdk/x11/gdkcursor-x11.c         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/wayland/gdkcursor-wayland.c b/gdk/wayland/gdkcursor-wayland.c
index 17128d8..a2ad42b 100644
--- a/gdk/wayland/gdkcursor-wayland.c
+++ b/gdk/wayland/gdkcursor-wayland.c
@@ -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" },
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index 85364d7..90e6020 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -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 },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]