From f7ba1d1f2e8488d08b0a56d9aa38798281cfe759 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 19 Aug 2009 11:37:06 +0200 Subject: [PATCH] Add missing blank line after the vectors group of functions --- app/core/gimpimage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/gimpimage.h b/app/core/gimpimage.h index 5b5df35c05..474a6a142b 100644 --- a/app/core/gimpimage.h +++ b/app/core/gimpimage.h @@ -553,6 +553,7 @@ gboolean gimp_image_reorder_vectors (GimpImage *image, gint new_index, gboolean push_undo, const gchar *undo_desc); + gboolean gimp_image_layer_boundary (const GimpImage *image, BoundSeg **segs, gint *n_segs);