gegl r1986 - in trunk: . gegl/operation operations/io
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1986 - in trunk: . gegl/operation operations/io
- Date: Sat, 9 Feb 2008 20:25:49 +0000 (GMT)
Author: ok
Date: Sat Feb 9 20:25:49 2008
New Revision: 1986
URL: http://svn.gnome.org/viewvc/gegl?rev=1986&view=rev
Log:
* gegl/operation/gegl-operation.c: removed accidental space.
* operations/io/exr-load.cpp: did replacement for the C++ op as well.
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation.c
trunk/operations/io/exr-load.cpp
Modified: trunk/gegl/operation/gegl-operation.c
==============================================================================
--- trunk/gegl/operation/gegl-operation.c (original)
+++ trunk/gegl/operation/gegl-operation.c Sat Feb 9 20:25:49 2008
@@ -42,7 +42,7 @@
const GeglRectangle *input_region);
static GeglRectangle get_invalidated_by_change (GeglOperation *self,
const gchar *input_pad,
- const Geg lRectangle *region);
+ const GeglRectangle *region);
G_DEFINE_TYPE (GeglOperation, gegl_operation, G_TYPE_OBJECT)
Modified: trunk/operations/io/exr-load.cpp
==============================================================================
--- trunk/operations/io/exr-load.cpp (original)
+++ trunk/operations/io/exr-load.cpp Sat Feb 9 20:25:49 2008
@@ -628,7 +628,7 @@
}
static GeglRectangle
-get_defined_region (GeglOperation *operation)
+get_bounding_box (GeglOperation *operation)
{
GeglChantOperation *self = GEGL_CHANT_OPERATION (operation);
GeglRectangle result = {0, 0, 10, 10};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]