Skip to content
  • Michael Natterer's avatar
    A more hackish way to use GimpLayerMode instead of GimpLayerModeEffects · ebd3ab1b
    Michael Natterer authored
    C++ won't allow us to use GimpLayerMode in the API where we used to
    have GimpLayerModeEffects.
    
    Move GimpLayerModeEffects to libgimpbase/gimpcompatenums.h so it's
    not in the API any longer, and instead typedef and define stuff in
    libgimp/gimptypes.h, and adapt the compat enum registering code
    accordingly.
    ebd3ab1b