mirror of https://github.com/GNOME/gimp.git
removed references to GIMP_ADD_INVERSE_*
2003-07-31 Manish Singh <yosh@gimp.org> * libgimp/gimpcompat.h: removed references to GIMP_ADD_INVERSE_*
This commit is contained in:
parent
4b8f82b96f
commit
c76a7ce91e
|
@ -1,3 +1,7 @@
|
|||
2003-07-31 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimp/gimpcompat.h: removed references to GIMP_ADD_INVERSE_*
|
||||
|
||||
2003-07-31 Henrik Brix Andersen <brix@gimp.org>
|
||||
|
||||
* app/core/core-enums.h (GimpGridType): added more intuitive
|
||||
|
|
|
@ -71,9 +71,7 @@ enum
|
|||
GIMP_BLACK_MASK = GIMP_ADD_BLACK_MASK,
|
||||
GIMP_ALPHA_MASK = GIMP_ADD_ALPHA_MASK,
|
||||
GIMP_SELECTION_MASK = GIMP_ADD_SELECTION_MASK,
|
||||
GIMP_INV_SELECTION_MASK = GIMP_ADD_INVERSE_SELECTION_MASK,
|
||||
GIMP_COPY_MASK = GIMP_ADD_COPY_MASK,
|
||||
GIMP_INV_COPY_MASK = GIMP_ADD_INVERSE_COPY_MASK
|
||||
};
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in New Issue