mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
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:
parent
4b7c8218fb
commit
04a9b5b5f8
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user