[gegl] tools/introspect: fix to use never API properly
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] tools/introspect: fix to use never API properly
- Date: Mon, 11 Jul 2011 22:58:02 +0000 (UTC)
commit 3bcf162a117c05bb89ea0ca837536589d0cb8e3d
Author: Ãyvind KolÃs <pippin gimp org>
Date: Sun Jul 10 14:57:15 2011 +0100
tools/introspect: fix to use never API properly
tools/introspect.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tools/introspect.c b/tools/introspect.c
index 034293a..2fcb86c 100644
--- a/tools/introspect.c
+++ b/tools/introspect.c
@@ -461,10 +461,10 @@ stuff (gint argc,
NULL);
GeglNode *crop = gegl_node_new_child (gegl,
"operation", "gegl:crop",
- "x", 0,
- "y", 0,
- "width", 50,
- "height", 50,
+ "x", 0.0,
+ "y", 0.0,
+ "width", 50.0,
+ "height", 50.0,
NULL);
GeglNode *png_load = gegl_node_new_child (gegl,
"operation", "gegl:checkerboard",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]