keep the file extension defines here, just as we do it for brushes.

2006-10-03  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpgradient-load.h: keep the file extension defines
	here, just as we do it for brushes.

	* app/core/gimpgradient.h: removed them here.

	* app/core/gimpgradient.c: changed accordingly.
This commit is contained in:
Michael Natterer 2006-10-03 11:10:20 +00:00 committed by Michael Natterer
parent bd0ddb5b40
commit 3df625b7ff
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2006-10-03 Michael Natterer <mitch@gimp.org>
* app/core/gimpgradient-load.h: keep the file extension defines
here, just as we do it for brushes.
* app/core/gimpgradient.h: removed them here.
* app/core/gimpgradient.c: changed accordingly.
2006-10-03 Sven Neumann <sven@gimp.org>
* app/core/gimpimage-convert.[ch]

View File

@ -20,6 +20,10 @@
#define __GIMP_GRADIENT_LOAD_H__
#define GIMP_GRADIENT_FILE_EXTENSION ".ggr"
#define GIMP_GRADIENT_SVG_FILE_EXTENSION ".svg"
GList * gimp_gradient_load (const gchar *filename,
GError **error);
GList * gimp_gradient_load_svg (const gchar *filename,

View File

@ -31,6 +31,7 @@
#include "gimpcontext.h"
#include "gimpgradient.h"
#include "gimpgradient-load.h"
#include "gimpgradient-save.h"

View File

@ -23,10 +23,7 @@
#include "gimpdata.h"
#define GIMP_GRADIENT_FILE_EXTENSION ".ggr"
#define GIMP_GRADIENT_SVG_FILE_EXTENSION ".svg"
#define GIMP_GRADIENT_DEFAULT_SAMPLE_SIZE 40
#define GIMP_GRADIENT_DEFAULT_SAMPLE_SIZE 40
struct _GimpGradientSegment