[gimp/pippin/linear-is-the-new-black: 8/13] add new normal enum
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/pippin/linear-is-the-new-black: 8/13] add new normal enum
- Date: Mon, 26 Dec 2016 17:59:57 +0000 (UTC)
commit df67001bf95c194229bbde816a20cee736760623
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Dec 24 18:44:17 2016 +0100
add new normal enum
libgimp/gimpenums.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgimp/gimpenums.h b/libgimp/gimpenums.h
index 2f1165e..8ed0265 100644
--- a/libgimp/gimpenums.h
+++ b/libgimp/gimpenums.h
@@ -69,7 +69,7 @@ GType gimp_layer_mode_effects_get_type (void) G_GNUC_CONST;
typedef enum
{
- GIMP_NORMAL_MODE,
+ GIMP_NORMAL_SRGB_MODE,
GIMP_DISSOLVE_MODE,
GIMP_BEHIND_MODE,
GIMP_MULTIPLY_MODE,
@@ -96,7 +96,8 @@ typedef enum
GIMP_LCH_HUE_MODE,
GIMP_LCH_CHROMA_MODE,
GIMP_LCH_COLOR_MODE,
- GIMP_LCH_LIGHTNESS_MODE
+ GIMP_LCH_LIGHTNESS_MODE,
+ GIMP_NORMAL_MODE
} GimpLayerModeEffects;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]