[gimp] app: specify blend function for GIMP_LAYER_MODE_COLOR_ERASE_LEGACY



commit 77f51dd73703fe2f6503173c42612a876b610f62
Author: Ell <ell_se yahoo com>
Date:   Sat Aug 19 15:30:28 2017 -0400

    app: specify blend function for GIMP_LAYER_MODE_COLOR_ERASE_LEGACY
    
    This is what happens when you edit code with sed :P

 app/operations/layer-modes/gimp-layer-modes.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/operations/layer-modes/gimp-layer-modes.c b/app/operations/layer-modes/gimp-layer-modes.c
index 1e7eade..cc29dc6 100644
--- a/app/operations/layer-modes/gimp-layer-modes.c
+++ b/app/operations/layer-modes/gimp-layer-modes.c
@@ -357,6 +357,7 @@ static const GimpLayerModeInfo layer_mode_infos[] =
   { GIMP_LAYER_MODE_COLOR_ERASE_LEGACY,
 
     .op_name              = "gimp:layer-mode",
+    .blend_function       = gimp_operation_layer_mode_blend_color_erase,
     .flags                = GIMP_LAYER_MODE_FLAG_LEGACY                    |
                             GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE     |
                             GIMP_LAYER_MODE_FLAG_COMPOSITE_SPACE_IMMUTABLE |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]