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:

committed by
Larry Ewing

parent
3635728000
commit
8540bdc54d
@ -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
|
||||
|
Reference in New Issue
Block a user