forked from AuroraMiddleware/gtk
gdk: Fix fallback names for the help cursor
This commit is contained in:
parent
8d849458ac
commit
d092e8dd78
@ -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" },
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user