[gimp] app: in gimppaintcore-loops, mark algorithms as mandatory/suppressed
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: in gimppaintcore-loops, mark algorithms as mandatory/suppressed
- Date: Sat, 16 Feb 2019 15:05:15 +0000 (UTC)
commit b717ead1abd487f663668ac131883dff0ffe4557
Author: Ell <ell_se yahoo com>
Date: Sat Feb 16 08:36:15 2019 -0500
app: in gimppaintcore-loops, mark algorithms as mandatory/suppressed
In gimppaintcore-loops, use {Mandatory,Supressed}AlgorithmDispatch,
added in the previous commit, to mark certain algorithms as always
occuring, or never occuring, in all hierarchies.
app/paint/gimppaintcore-loops.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/paint/gimppaintcore-loops.cc b/app/paint/gimppaintcore-loops.cc
index 270f85e649..9d7892a5e2 100644
--- a/app/paint/gimppaintcore-loops.cc
+++ b/app/paint/gimppaintcore-loops.cc
@@ -1190,7 +1190,7 @@ struct CombinePaintMaskToCanvasBuffer :
}
};
-static AlgorithmDispatch<
+static SuppressedAlgorithmDispatch<
CombinePaintMaskToCanvasBuffer,
GIMP_PAINT_CORE_LOOPS_ALGORITHM_COMBINE_PAINT_MASK_TO_CANVAS_BUFFER,
decltype (dispatch_paint_mask),
@@ -1868,7 +1868,7 @@ struct DoLayerBlend : Base
}
};
-static AlgorithmDispatch<
+static MandatoryAlgorithmDispatch<
DoLayerBlend,
GIMP_PAINT_CORE_LOOPS_ALGORITHM_DO_LAYER_BLEND,
decltype (dispatch_paint_buf),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]