gegl r2393 - in trunk: . operations/common
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2393 - in trunk: . operations/common
- Date: Fri, 6 Jun 2008 09:20:29 +0000 (UTC)
Author: ok
Date: Fri Jun 6 09:20:28 2008
New Revision: 2393
URL: http://svn.gnome.org/viewvc/gegl?rev=2393&view=rev
Log:
* operations/common/svg-matrix.c: (process): cadded const to argument.
Modified:
trunk/ChangeLog
trunk/operations/common/svg-matrix.c
Modified: trunk/operations/common/svg-matrix.c
==============================================================================
--- trunk/operations/common/svg-matrix.c (original)
+++ trunk/operations/common/svg-matrix.c Fri Jun 6 09:20:28 2008
@@ -42,11 +42,11 @@
}
static gboolean
-process (GeglOperation *op,
- void *in_buf,
- void *out_buf,
- glong n_pixels,
- GeglRectangle *roi)
+process (GeglOperation *op,
+ void *in_buf,
+ void *out_buf,
+ glong n_pixels,
+ const GeglRectangle *roi)
{
GeglChantO *o = GEGL_CHANT_PROPERTIES (op);
gfloat *in = in_buf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]