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:
Manish Singh 2003-08-01 05:51:00 +00:00 committed by Manish Singh
parent 4b8f82b96f
commit c76a7ce91e
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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