mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-05 06:28:01 +02:00
cursor shape: Add some docs
Add some hints about related groups of cursor shapes and recommend that they should use visually compatible images. Signed-off-by: Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
parent
22619f08fd
commit
b697b9e45b
1 changed files with 8 additions and 0 deletions
|
|
@ -74,6 +74,14 @@
|
|||
|
||||
The names are taken from the CSS W3C specification:
|
||||
https://w3c.github.io/csswg-drafts/css-ui/#cursor
|
||||
with a few additions.
|
||||
|
||||
Note that there are some groups of cursor shapes that are related:
|
||||
The first group is drag-and-drop cursors which are used to indicate
|
||||
the selected action during dnd operations. The second group is resize
|
||||
cursors which are used to indicate resizing and moving possibilities
|
||||
on window borders. It is recommended that the shapes in these groups
|
||||
should use visually compatible images and metaphors.
|
||||
</description>
|
||||
<entry name="default" value="1" summary="default cursor"/>
|
||||
<entry name="context_menu" value="2" summary="a context menu is available for the object under the cursor"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue