[gimp/soc-2011-seamless-clone2] app: use the right enum for gegl_node_blit() (no logic changed)



commit 59a2a8373fc810377bb58b4dd1b665567e4f4f3a
Author: Michael Natterer <mitch gimp org>
Date:   Mon Mar 4 14:02:33 2013 +0100

    app: use the right enum for gegl_node_blit() (no logic changed)

 app/gegl/gimptilehandlerprojection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimptilehandlerprojection.c b/app/gegl/gimptilehandlerprojection.c
index 1566a39..13e79af 100644
--- a/app/gegl/gimptilehandlerprojection.c
+++ b/app/gegl/gimptilehandlerprojection.c
@@ -235,7 +235,7 @@ gimp_tile_handler_projection_validate (GeglTileSource *source,
                           (blit_rect.y % projection->tile_height) * tile_stride +
                           (blit_rect.x % projection->tile_width)  * tile_bpp,
                           tile_stride,
-                          GEGL_ABYSS_NONE);
+                          GEGL_BLIT_DEFAULT);
         }
 
       gegl_tile_unlock (tile);


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