gdk: Fix fallback names for the help cursor

This commit is contained in:
Benjamin Otte 2017-11-04 23:12:46 +01:00
parent 8d849458ac
commit d092e8dd78
2 changed files with 2 additions and 2 deletions

View 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" },

View 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 },