gegl r1960 - trunk/gegl



Author: ok
Date: Tue Feb  5 12:23:44 2008
New Revision: 1960
URL: http://svn.gnome.org/viewvc/gegl?rev=1960&view=rev

Log:
* gegl/gegl-plugin.h: make GeglParamColor and it's type check public
(quick hack for now, gegl-color.h should be installed).


Modified:
   trunk/gegl/gegl-plugin.h

Modified: trunk/gegl/gegl-plugin.h
==============================================================================
--- trunk/gegl/gegl-plugin.h	(original)
+++ trunk/gegl/gegl-plugin.h	Tue Feb  5 12:23:44 2008
@@ -96,7 +96,6 @@
                                                 GParamFlags  flags);
 
 #define GEGL_TYPE_PARAM_COLOR           (gegl_param_color_get_type ())
-#define GEGL_PARAM_SPEC_COLOR(pspec)    (G_TYPE_CHECK_INSTANCE_CAST ((pspec), GEGL_TYPE_PARAM_COLOR, GeglParamSpecInt16))
 #define GEGL_IS_PARAM_SPEC_COLOR(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GEGL_TYPE_PARAM_COLOR))
 
 /**** hack ***/



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