wayland: Guarantee dnd-move as a cursor name

We need to go back to using this, since move is widely abused
and thus can't change its image to one thats appropriate for dnd.
This commit is contained in:
Matthias Clasen 2024-03-21 21:35:45 -04:00
parent 81ced841dd
commit 5e9070145e

View File

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