Skip to content
  • Michael Natterer's avatar
    libgimpbase,*: clean up enum values in gimpbaseenums.h · 22c22229
    Michael Natterer authored
    GIMP_ADD_foo_MASK -> GIMP_ADD_MASK_foo
    GIMP_foo_MODE -> GIMP_BLEND_foo
    GIMP_foo_CLONE -> GIMP_CLONE_foo
    GIMP_foo -> GIMP_DODGE_BURN_TYPE_foo
    GIMP_foo -> GIMP_TRANSFER_foo
    
    Add compat values for the old names and compat code to script-fu
    and pygimp.
    22c22229