Update the list of required cursors

We're now using standard cursor names for DND, so check for these.
This commit is contained in:
Matthias Clasen 2016-01-08 15:38:38 -05:00
parent 771149e19a
commit e84f1ae3bb

View File

@ -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 */