mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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:
parent
140e32da63
commit
0844a88558
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user