Skip to content
Snippets Groups Projects
Commit 43620ec2 authored by Matthias Clasen's avatar Matthias Clasen
Browse files

cursor-shape: Add the 'ask' cursor shape


This is the cursor shape that corresponds to the ASK drag action
in the core protocol. The expected semantics of ASK are that the
drop target presents the user with a choice of actions when the
drop happens. A typical image for this cursor is a default cursor
with a '?' emblem.

Signed-off-by: default avatarMatthias Clasen <mclasen@redhat.com>
parent b697b9e4
No related branches found
No related tags found
1 merge request!294cursor-shape: Add a few missing shapes
......@@ -117,6 +117,7 @@
<entry name="all_scroll" value="32" summary="something can be scrolled in any direction"/>
<entry name="zoom_in" value="33" summary="something can be zoomed in"/>
<entry name="zoom_out" value="34" summary="something can be zoomed out"/>
<entry name="dnd_ask" value="35" summary="drag-and-drop: the user will select which action will be carried out (non-css value)" since="2"/>
</enum>
<enum name="error">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment