[gegl] map-{absolute, relative}: respect abyss policy even when there's no aux



commit a60782922c93ef976670fd246f06b23c6d13723a
Author: Ell <ell_se yahoo com>
Date:   Sun May 21 17:06:01 2017 -0400

    map-{absolute,relative}: respect abyss policy even when there's no aux

 operations/common/map-absolute.c |    2 +-
 operations/common/map-relative.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/map-absolute.c b/operations/common/map-absolute.c
index 6b3abb9..d1d1721 100644
--- a/operations/common/map-absolute.c
+++ b/operations/common/map-absolute.c
@@ -132,7 +132,7 @@ process (GeglOperation       *operation,
     }
   else
     {
-      gegl_buffer_copy (input, result, GEGL_ABYSS_NONE,
+      gegl_buffer_copy (input, result, o->abyss_policy,
                         output, result);
     }
 
diff --git a/operations/common/map-relative.c b/operations/common/map-relative.c
index 74dac78..a32a55e 100644
--- a/operations/common/map-relative.c
+++ b/operations/common/map-relative.c
@@ -141,7 +141,7 @@ process (GeglOperation       *operation,
     }
   else
     {
-      gegl_buffer_copy (input, result, GEGL_ABYSS_NONE,
+      gegl_buffer_copy (input, result, o->abyss_policy,
                         output, result);
     }
 


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