x11: Ensure we have a dnd-ask cursor

We use this for DND, so make sure that we fall back to some other
cursor if this one isn't present.
This commit is contained in:
Matthias Clasen 2016-01-08 15:37:10 -05:00
parent 4b7c8218fb
commit 04a9b5b5f8

View File

@ -624,6 +624,7 @@ static const struct {
{ "copy", "dnd-copy" },
{ "move", "dnd-move" },
{ "no-drop", "dnd-none" },
{ "dnd-ask", "dnd-copy" }, /* not CSS, but we want to guarantee it anyway */
{ "not-allowed", "crossed_circle" },
{ "grab", "hand2" },
{ "grabbing", "hand2" },