gegl r2807 - in trunk: . gegl/operation



Author: ok
Date: Thu Nov 27 22:01:03 2008
New Revision: 2807
URL: http://svn.gnome.org/viewvc/gegl?rev=2807&view=rev

Log:
* gegl/operation/gegl-operation-source.c: (get_cached_region): do not
default to cache the full result of a source renderer.


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operation-source.c

Modified: trunk/gegl/operation/gegl-operation-source.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-source.c	(original)
+++ trunk/gegl/operation/gegl-operation-source.c	Thu Nov 27 22:01:03 2008
@@ -163,6 +163,7 @@
                    const GeglRectangle *roi)
 {
   GeglRectangle result = *roi;
-  result = operation->node->have_rect;
+  /*result = operation->node->have_rect;*/
+  result = *roi;
   return result;
 }



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