[gegl] transform-core.c: cosmetic (and last commit changed transform_get_invalidated_by_change)
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] transform-core.c: cosmetic (and last commit changed transform_get_invalidated_by_change)
- Date: Wed, 28 Nov 2012 22:02:27 +0000 (UTC)
commit 20cc43896348e60b4756159775931b0c030fa6c1
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date: Wed Nov 28 17:00:12 2012 -0500
transform-core.c: cosmetic (and last commit changed transform_get_invalidated_by_change)
operations/transform/transform-core.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/transform/transform-core.c b/operations/transform/transform-core.c
index c61e0dd..567b262 100644
--- a/operations/transform/transform-core.c
+++ b/operations/transform/transform-core.c
@@ -987,9 +987,9 @@ gegl_transform_process (GeglOperation *operation,
gegl_sampler_type_from_string (transform->filter));
if (gegl_matrix3_is_affine (&matrix))
- transform_affine (output, input, &matrix, sampler, context->level);
+ transform_affine (output, input, &matrix, sampler, context->level);
else
- transform_generic (output, input, &matrix, sampler, context->level);
+ transform_generic (output, input, &matrix, sampler, context->level);
g_object_unref (sampler);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]