app: rename gimp_display_shell_draw_area() to draw_image()

This commit is contained in:
Michael Natterer
2010-09-29 20:58:13 +02:00
parent 2ef259cd20
commit 42e137fc74
3 changed files with 12 additions and 12 deletions

View File

@ -65,7 +65,7 @@ void gimp_display_shell_draw_vectors (GimpDisplayShell *shell,
cairo_t *cr);
void gimp_display_shell_draw_cursor (GimpDisplayShell *shell,
cairo_t *cr);
void gimp_display_shell_draw_area (GimpDisplayShell *shell,
void gimp_display_shell_draw_image (GimpDisplayShell *shell,
cairo_t *cr,
gint x,
gint y,