Update the list of required cursors
We're now using standard cursor names for DND, so check for these.
This commit is contained in:
parent
771149e19a
commit
e84f1ae3bb
@ -17,10 +17,10 @@ static char *cursor_names[] = {
|
||||
|
||||
/*** dnd cursors, from gtkdnd.c ***/
|
||||
"dnd-ask",
|
||||
"dnd-copy",
|
||||
"dnd-move",
|
||||
"dnd-link",
|
||||
"dnd-none",
|
||||
"copy",
|
||||
"move",
|
||||
"alias",
|
||||
"no-drop",
|
||||
|
||||
"none", /* used e.g. in gtkentry.c */
|
||||
"pointer", /* used e.g. in gtklinkbutton.c */
|
||||
|
Loading…
Reference in New Issue
Block a user