gegl r1962 - in trunk: . operations/render



Author: neo
Date: Tue Feb  5 13:38:50 2008
New Revision: 1962
URL: http://svn.gnome.org/viewvc/gegl?rev=1962&view=rev

Log:
2008-02-05  Sven Neumann  <sven gimp org>

	* operations/render/FractalExplorer.c: renamed to
	* operations/render/fractal-explorer.c



Added:
   trunk/operations/render/fractal-explorer.c
      - copied, changed from r1961, /trunk/operations/render/FractalExplorer.c
Removed:
   trunk/operations/render/FractalExplorer.c
Modified:
   trunk/ChangeLog

Copied: trunk/operations/render/fractal-explorer.c (from r1961, /trunk/operations/render/FractalExplorer.c)
==============================================================================
--- /trunk/operations/render/FractalExplorer.c	(original)
+++ trunk/operations/render/fractal-explorer.c	Tue Feb  5 13:38:50 2008
@@ -53,7 +53,7 @@
 #else
 
 #define GEGL_CHANT_TYPE_SOURCE
-#define GEGL_CHANT_C_FILE       "FractalExplorer.c"
+#define GEGL_CHANT_C_FILE       "fractal-explorer.c"
 
 #include "gegl-chant.h"
 #include <math.h>
@@ -81,9 +81,9 @@
 };
 
 typedef struct
-  {
-    guchar r, g, b;
-  } gucharRGB;
+{
+  guchar r, g, b;
+} gucharRGB;
 
 typedef gucharRGB  clrmap[MAXNCOLORS];
 
@@ -447,7 +447,7 @@
   operation_class->get_defined_region = get_defined_region;
   operation_class->prepare = prepare;
 
-  operation_class->name        = "FractalExplorer";
+  operation_class->name        = "fractal-explorer";
   operation_class->categories  = "render";
   operation_class->description = "Fractal Explorer";
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]