[gegl] tools/introspect: fix to use never API properly



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]