mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 05:50:09 +01:00
cursor-shape: Add the 'all-resize' cursor shape
The move cursor is ambiguous, since it is used in two context: for DND, and for resizing. This commit adds a separate enum value for a cursor that indicates something can be resized in all directions. A suitable image for this value is a four-headed arrow. Signed-off-by: Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
parent
43620ec29a
commit
bd9096688a
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@
|
||||||
<entry name="zoom_in" value="33" summary="something can be zoomed in"/>
|
<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="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"/>
|
<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"/>
|
||||||
|
<entry name="all_resize" value="36" summary="resizing: something can be moved or resized in any direction (non-css value)" since="2"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<enum name="error">
|
<enum name="error">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue