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-04-04 10:31:08 +02:00
parent 140e32da63
commit 0844a88558

View File

@ -101,6 +101,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" },