gegl r2429 - in trunk: . gegl/operation gegl/property-types



Author: ok
Date: Fri Jun 13 00:20:01 2008
New Revision: 2429
URL: http://svn.gnome.org/viewvc/gegl?rev=2429&view=rev

Log:
* gegl/operation/gegl-operations.c: moved
gegl_operation_calc_source_regions
* gegl/property-types/gegl-vector.c: here.


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/gegl-operations.c
   trunk/gegl/property-types/gegl-vector.c

Modified: trunk/gegl/operation/gegl-operations.c
==============================================================================
--- trunk/gegl/operation/gegl-operations.c	(original)
+++ trunk/gegl/operation/gegl-operations.c	Fri Jun 13 00:20:01 2008
@@ -201,14 +201,3 @@
     }
   return TRUE;
 }
-
-void
-gegl_operation_vector_prop_changed (GeglVector    *vector,
-                                    GeglOperation *operation)
-{
-  /* In the end forces a re-render, should be adapted to
-   * allow a smaller region to be forced for re-rendering
-   * when the vector is incrementally grown
-   */
-  g_object_notify (G_OBJECT (operation), "vector"); 
-}

Modified: trunk/gegl/property-types/gegl-vector.c
==============================================================================
--- trunk/gegl/property-types/gegl-vector.c	(original)
+++ trunk/gegl/property-types/gegl-vector.c	Fri Jun 13 00:20:01 2008
@@ -1205,6 +1205,19 @@
   return param_vector_type;
 }
 
+
+void
+gegl_operation_vector_prop_changed (GeglVector    *vector,
+                                     GeglOperation *operation)
+{
+  /* In the end forces a re-render, should be adapted to
+   *    * allow a smaller region to be forced for re-rendering
+   *       * when the vector is incrementally grown
+   *          */
+  g_object_notify (G_OBJECT (operation), "vector");
+}
+
+
 GParamSpec *
 gegl_param_spec_vector (const gchar *name,
                        const gchar *nick,
@@ -1221,3 +1234,5 @@
 
   return G_PARAM_SPEC (param_vector);
 }
+
+



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