[gimp/pippin/linear-is-the-new-black: 8/19] app: follow enum renaming in GIMP core
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/pippin/linear-is-the-new-black: 8/19] app: follow enum renaming in GIMP core
- Date: Tue, 17 Jan 2017 19:24:28 +0000 (UTC)
commit b48ff15343bd0239a57c329e86953879886d93c9
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Jan 17 16:18:07 2017 +0100
app: follow enum renaming in GIMP core
.../layer-modes/gimpoperationpointlayermode.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/app/operations/layer-modes/gimpoperationpointlayermode.h
b/app/operations/layer-modes/gimpoperationpointlayermode.h
index 225784b..e04b430 100644
--- a/app/operations/layer-modes/gimpoperationpointlayermode.h
+++ b/app/operations/layer-modes/gimpoperationpointlayermode.h
@@ -104,15 +104,15 @@ gimp_operation_layer_composite (const gfloat *in,
static inline void
-gimp_composite_blend (gfloat *in,
- gfloat *layer,
- gfloat *mask,
- gfloat *out,
- gfloat opacity,
- glong samples,
- GimpBlendBlend blend_trc,
- GimpBlendBlend composite_trc,
- GimpLayerComposite composite_mode,
+gimp_composite_blend (gfloat *in,
+ gfloat *layer,
+ gfloat *mask,
+ gfloat *out,
+ gfloat opacity,
+ glong samples,
+ GimpLayerBlendTRC blend_trc,
+ GimpLayerBlendTRC composite_trc,
+ GimpLayerCompositeMode composite_mode,
void (*blendfun) (const float *dst,
const float *src,
float *out,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]