app: add crosshair drawing to GimpCanvasAnchor and use it in GimpPaintTool

instead of drawing the crosshair cursor manually.
This commit is contained in:
Michael Natterer
2014-11-18 23:06:43 +01:00
parent dd169a6a36
commit c17e8b0412
6 changed files with 44 additions and 33 deletions

View File

@ -60,7 +60,8 @@ typedef enum
GIMP_HANDLE_FILLED_CIRCLE,
GIMP_HANDLE_DIAMOND,
GIMP_HANDLE_FILLED_DIAMOND,
GIMP_HANDLE_CROSS
GIMP_HANDLE_CROSS,
GIMP_HANDLE_CROSSHAIR
} GimpHandleType;