Changed the libgimp GFillType enums to match the core enums in value, the

Tue Jul 28 15:42:39 CDT 1998  Larry Ewing  <lewing@gimp.org>

	* app/drawable_cmds.c (drawable_fill_invoker):
	* libgimp/gimpenums.h: Changed the libgimp GFillType
	enums to match the core enums in value, the names still
	differ.

	* plug-ins/script-fu/script-fu.c: changed the fill setvars to use
	the GFillType enums.
This commit is contained in:
CDT 1998 Larry Ewing
1998-07-28 22:08:56 +00:00
committed by Larry Ewing
parent 3635728000
commit 8540bdc54d
4 changed files with 24 additions and 10 deletions

View File

@ -58,9 +58,11 @@ typedef enum
typedef enum
{
FG_IMAGE_FILL,
BG_IMAGE_FILL,
WHITE_IMAGE_FILL,
TRANS_IMAGE_FILL
TRANS_IMAGE_FILL,
NO_IMAGE_FILL
} GFillType;
typedef enum