renamed gimp_layer_mask() to gimp_layer_get_mask().
2003-12-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/layer.pdb: renamed gimp_layer_mask() to gimp_layer_get_mask(). * libgimp/gimplayer.h: removed gimp_layer_get_mask_id #define. * libgimp/gimpcompat.h: added old stuff. * app/pdb/layer_cmds.c * libgimp/gimplayer_pdb.[ch]: regenerated. * libgimp/gimpexport.c * plug-ins/common/curve_bend.c * plug-ins/pygimp/pygimp-drawable.c * plug-ins/script-fu/scripts/image-structure.scm * plug-ins/xjt/xjt.c: changed accordingly. 2003-12-04 Michael Natterer <mitch@gimp> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimplayer.sgml: fllow gimp_layer_get_mask() change.
This commit is contained in:
committed by
Michael Natterer
parent
6c9a134b32
commit
a90e63ca9b
@ -64,6 +64,9 @@ G_BEGIN_DECLS
|
||||
#define gimp_layer_get_tattoo gimp_drawable_get_tattoo
|
||||
#define gimp_layer_set_tattoo gimp_drawable_set_tattoo
|
||||
|
||||
#define gimp_layer_mask gimp_layer_get_mask
|
||||
#define gimp_layer_get_mask_id gimp_layer_get_mask
|
||||
|
||||
#define gimp_drawable_image gimp_drawable_get_image
|
||||
#define gimp_drawable_image_id gimp_drawable_get_image
|
||||
#define gimp_drawable_name gimp_drawable_get_name
|
||||
|
||||
Reference in New Issue
Block a user