[gimp] app: swap enum/ui order of dst-atop and src-in
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: swap enum/ui order of dst-atop and src-in
- Date: Sat, 6 May 2017 22:30:02 +0000 (UTC)
commit 13e2153d33ec6c5c3deaf697515989df889e6976
Author: Ell <ell_se yahoo com>
Date: Sat May 6 18:23:20 2017 -0400
app: swap enum/ui order of dst-atop and src-in
It's a more logical order. Hopefully, we're going to rename them
soon, so it'll all make more sense.
app/operations/operations-enums.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/operations/operations-enums.h b/app/operations/operations-enums.h
index 59f2860..b121ee1 100644
--- a/app/operations/operations-enums.h
+++ b/app/operations/operations-enums.h
@@ -43,8 +43,8 @@ typedef enum
GIMP_LAYER_COMPOSITE_AUTO, /*< desc="Auto" >*/
GIMP_LAYER_COMPOSITE_SRC_OVER, /*< desc="Source over" >*/
GIMP_LAYER_COMPOSITE_SRC_ATOP, /*< desc="Source atop" >*/
- GIMP_LAYER_COMPOSITE_SRC_IN, /*< desc="Source in" >*/
- GIMP_LAYER_COMPOSITE_DST_ATOP /*< desc="Destination atop" >*/
+ GIMP_LAYER_COMPOSITE_DST_ATOP, /*< desc="Destination atop" >*/
+ GIMP_LAYER_COMPOSITE_SRC_IN /*< desc="Source in" >*/
} GimpLayerCompositeMode;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]