summaryrefslogtreecommitdiff
path: root/gdk/x11
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-08 15:37:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-08 18:11:07 -0500
commit04a9b5b5f84cabc214efd585f3a2c7c7e90a9b88 (patch)
tree94c66b12545697da8934d5b61dd207d922b19c1a /gdk/x11
parent4b7c8218fb5aef3aa25c9ca65fd919f9024dad54 (diff)
downloadgtk+-04a9b5b5f84cabc214efd585f3a2c7c7e90a9b88.tar.gz
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.
Diffstat (limited to 'gdk/x11')
-rw-r--r--gdk/x11/gdkcursor-x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index 03d49baa96..3cce62fed4 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -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" },