register GimpRGB as a boxed type.

2004-07-26  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb.[ch]: register GimpRGB as a boxed type.

	* libgimpcolor/gimpadaptivesupersample.c
	* libgimpcolor/gimpcolorspace.c
	* libgimpcolor/gimprgb-parse.c
	* libgimp/gimp.h: include <glib-object.h> instead of <glib.h>.
This commit is contained in:
Sven Neumann 2004-07-26 18:14:48 +00:00 committed by Sven Neumann
parent 9774728dec
commit c03a5b837e
9 changed files with 57 additions and 5 deletions

View file

@ -19,7 +19,7 @@
#include "config.h"
#include <glib.h>
#include <glib-object.h>
#include "libgimpmath/gimpmath.h"