transformtool: Add temporary new handles

put perspective handles on the outside instead (if you invert the frame,
they'll switch place with the scale handles, oh well)
This commit is contained in:
Mikael Magnusson
2012-06-14 02:48:44 +02:00
parent 9e330e432b
commit a8a8450b6e
5 changed files with 234 additions and 117 deletions

View File

@ -58,6 +58,8 @@ typedef enum
GIMP_HANDLE_FILLED_SQUARE,
GIMP_HANDLE_CIRCLE,
GIMP_HANDLE_FILLED_CIRCLE,
GIMP_HANDLE_DIAMOND,
GIMP_HANDLE_FILLED_DIAMOND,
GIMP_HANDLE_CROSS
} GimpHandleType;