[gimp/blend-tool-fun: 140/163] app: fix typo: s/flip_result/clip_result/ in gimpitem.h



commit e374d88658239208e90f59229f7598ad7c554949
Author: Michael Natterer <mitch gimp org>
Date:   Sun Oct 18 21:00:21 2015 +0200

    app: fix typo: s/flip_result/clip_result/ in gimpitem.h

 app/core/gimpitem.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpitem.h b/app/core/gimpitem.h
index 878574e..844b321 100644
--- a/app/core/gimpitem.h
+++ b/app/core/gimpitem.h
@@ -236,13 +236,13 @@ void            gimp_item_flip               (GimpItem           *item,
                                               GimpContext        *context,
                                               GimpOrientationType flip_type,
                                               gdouble             axis,
-                                              gboolean            flip_result);
+                                              gboolean            clip_result);
 void            gimp_item_rotate             (GimpItem           *item,
                                               GimpContext        *context,
                                               GimpRotationType    rotate_type,
                                               gdouble             center_x,
                                               gdouble             center_y,
-                                              gboolean            flip_result);
+                                              gboolean            clip_result);
 void            gimp_item_transform          (GimpItem           *item,
                                               GimpContext        *context,
                                               const GimpMatrix3  *matrix,


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