[gegl] never pass through



commit 4f9e17e80b0a3b6c685d526e325b746cc2af8763
Author: �yvind Kolås <pippin gimp org>
Date:   Sun Nov 29 01:08:49 2009 +0000

    never pass through

 gegl/operation/gegl-operation-point-filter.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-point-filter.c b/gegl/operation/gegl-operation-point-filter.c
index a9cd0f2..411d07e 100644
--- a/gegl/operation/gegl-operation-point-filter.c
+++ b/gegl/operation/gegl-operation-point-filter.c
@@ -103,6 +103,7 @@ gboolean gegl_can_passthrough (GeglOperation       *operation,
                                GeglBuffer          *input,
                                const GeglRectangle *result)
 {
+  return FALSE;
   if (!input || 
       GEGL_IS_CACHE (input))
     return FALSE;



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