[gimp/soc-2011-warp] imagemap: add missing declaration for the apply_region function



commit d0fa26a71c43be896022d7f8257645f9d908205f
Author: Michael Murà <batolettre gmail com>
Date:   Sat Jul 23 20:27:04 2011 +0200

    imagemap: add missing declaration for the apply_region function

 app/core/gimpimagemap.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimpimagemap.h b/app/core/gimpimagemap.h
index ca3d7b4..c3636f8 100644
--- a/app/core/gimpimagemap.h
+++ b/app/core/gimpimagemap.h
@@ -57,6 +57,8 @@ GimpImageMap * gimp_image_map_new          (GimpDrawable          *drawable,
 
 void           gimp_image_map_apply        (GimpImageMap          *image_map,
                                             const GeglRectangle   *visible);
+void           gimp_image_map_apply_region (GimpImageMap          *image_map,
+                                            const GeglRectangle   *region);
 void           gimp_image_map_commit       (GimpImageMap          *image_map);
 void           gimp_image_map_clear        (GimpImageMap          *image_map);
 void           gimp_image_map_abort        (GimpImageMap          *image_map);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]