app: port GimpDisplayShell grid drawing to cairo

This commit is contained in:
Michael Natterer
2010-08-11 13:16:55 +02:00
parent 37051c6ce8
commit 529ce40a5d
6 changed files with 121 additions and 97 deletions

View File

@ -34,7 +34,7 @@ void gimp_display_shell_draw_guide (GimpDisplayShell *shell,
void gimp_display_shell_draw_guides (GimpDisplayShell *shell,
const GdkRegion *region);
void gimp_display_shell_draw_grid (GimpDisplayShell *shell,
const GdkRegion *region);
cairo_t *cr);
void gimp_display_shell_draw_pen (GimpDisplayShell *shell,
const GimpVector2 *points,
gint num_points,