[gimp] app: Switch to the GeglAccessMode enum in GimpOperationBlend



commit dbd1f0500e83b3ce78e6543ef25d0c1f31cd992f
Author: Michael Henning <drawoc darkrefraction com>
Date:   Tue Jul 22 14:07:09 2014 -0400

    app: Switch to the GeglAccessMode enum in GimpOperationBlend
    
    See b5530e9e3d0a56751d58cf137b95042ce287b4ad

 app/operations/gimpoperationblend.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/operations/gimpoperationblend.c b/app/operations/gimpoperationblend.c
index c5f3718..1d9d084 100644
--- a/app/operations/gimpoperationblend.c
+++ b/app/operations/gimpoperationblend.c
@@ -1088,7 +1088,7 @@ gimp_operation_blend_process (GeglOperation       *operation,
 
       iter = gegl_buffer_iterator_new (output, result, 0,
                                        babl_format ("R'G'B'A float"),
-                                       GEGL_BUFFER_WRITE, GEGL_ABYSS_NONE);
+                                       GEGL_ACCESS_WRITE, GEGL_ABYSS_NONE);
       roi = &iter->roi[0];
 
       if (self->dither)


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