[gimp] app: append rather than insert blend mode in layer mode enum
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: append rather than insert blend mode in layer mode enum
- Date: Mon, 20 Feb 2017 15:02:29 +0000 (UTC)
commit c40ac6f252416ab62deffe803d3f845d2d28c265
Author: Øyvind Kolås <pippin gimp org>
Date: Mon Feb 20 16:01:47 2017 +0100
app: append rather than insert blend mode in layer mode enum
app/operations/operations-enums.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/operations/operations-enums.h b/app/operations/operations-enums.h
index 269fa1c..c8eb5e2 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" >*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]