app: port GimpDisplayShell pen drawing to cairo

This commit is contained in:
Michael Natterer
2010-08-23 21:59:27 +02:00
parent 3a1ba90507
commit 18d3882c5c
10 changed files with 68 additions and 123 deletions

View File

@ -36,8 +36,9 @@ void gimp_display_shell_draw_guides (GimpDisplayShell *shell,
void gimp_display_shell_draw_grid (GimpDisplayShell *shell,
cairo_t *cr);
void gimp_display_shell_draw_pen (GimpDisplayShell *shell,
cairo_t *cr,
const GimpVector2 *points,
gint num_points,
gint n_points,
GimpContext *context,
GimpActiveColor color,
gint width);