mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app, cursors: add rotate cursor modifier
To be used by GimpToolGyroscope.
This commit is contained in:
parent
ae6a7bf98f
commit
f81542e5c9
5 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,7 @@ static GimpCursor gimp_cursor_modifiers[] =
|
|||
{ "modifier-intersect.png" },
|
||||
{ "modifier-move.png" },
|
||||
{ "modifier-resize.png" },
|
||||
{ "modifier-rotate.png" },
|
||||
{ "modifier-control.png" },
|
||||
{ "modifier-anchor.png" },
|
||||
{ "modifier-foreground.png" },
|
||||
|
|
|
@ -276,6 +276,7 @@ typedef enum /*< skip >*/
|
|||
GIMP_CURSOR_MODIFIER_INTERSECT,
|
||||
GIMP_CURSOR_MODIFIER_MOVE,
|
||||
GIMP_CURSOR_MODIFIER_RESIZE,
|
||||
GIMP_CURSOR_MODIFIER_ROTATE,
|
||||
GIMP_CURSOR_MODIFIER_CONTROL,
|
||||
GIMP_CURSOR_MODIFIER_ANCHOR,
|
||||
GIMP_CURSOR_MODIFIER_FOREGROUND,
|
||||
|
|
|
@ -38,6 +38,7 @@ CURSOR_IMAGES = \
|
|||
modifier-pattern.png \
|
||||
modifier-plus.png \
|
||||
modifier-resize.png \
|
||||
modifier-rotate.png \
|
||||
modifier-select.png \
|
||||
\
|
||||
tool-airbrush.png \
|
||||
|
|
Binary file not shown.
BIN
cursors/modifier-rotate.png
Normal file
BIN
cursors/modifier-rotate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 183 B |
Loading…
Add table
Add a link
Reference in a new issue