[gimp] app: add new required arguments to gegl_node_blit_buffers



commit 9cc634e83884d18ef9de81c724dcf2465f81f765
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Nov 21 03:18:56 2015 +0100

    app: add new required arguments to gegl_node_blit_buffers

 app/core/gimpprojection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpprojection.c b/app/core/gimpprojection.c
index 733c4e3..45a62a8 100644
--- a/app/core/gimpprojection.c
+++ b/app/core/gimpprojection.c
@@ -934,7 +934,7 @@ gimp_projection_paint_area (GimpProjection *proj,
                                                         x, y, w, h);
 
           gegl_node_blit_buffer (graph, proj->priv->buffer,
-                                 GEGL_RECTANGLE (x, y, w, h));
+                                 GEGL_RECTANGLE (x, y, w, h), 0, GEGL_ABYSS_NONE);
         }
 
       /*  add the projectable's offsets because the list of update areas


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