From c40ac6f252416ab62deffe803d3f845d2d28c265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 20 Feb 2017 16:01:47 +0100 Subject: [PATCH] app: append rather than insert blend mode in layer mode enum --- app/operations/operations-enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/operations/operations-enums.h b/app/operations/operations-enums.h index 269fa1c37b..c8eb5e2e93 100644 --- a/app/operations/operations-enums.h +++ b/app/operations/operations-enums.h @@ -85,7 +85,6 @@ typedef enum GIMP_LAYER_MODE_LCH_CHROMA, /*< desc="Chroma (LCH)" >*/ GIMP_LAYER_MODE_LCH_COLOR, /*< desc="Color (LCH)" >*/ GIMP_LAYER_MODE_LCH_LIGHTNESS, /*< desc="Lightness (LCH)" >*/ - GIMP_LAYER_MODE_LUMINANCE, /*< desc="Luminance" >*/ /* Since 2.10 */ GIMP_LAYER_MODE_NORMAL_LINEAR, /*< desc="Normal (linear)" >*/ @@ -116,6 +115,7 @@ typedef enum GIMP_LAYER_MODE_LINEAR_BURN, /*< desc="Linear burn" >*/ GIMP_LAYER_MODE_LUMA_DARKEN_ONLY, /*< desc="Luma/Luminance darken only" >*/ GIMP_LAYER_MODE_LUMA_LIGHTEN_ONLY, /*< desc="Luma/Luminance lighten only" >*/ + GIMP_LAYER_MODE_LUMINANCE, /*< desc="Luminance" >*/ /* Internal modes, not available to the PDB, must be kept at the end */ GIMP_LAYER_MODE_ERASE, /*< pdb-skip, desc="Erase" >*/