[gimp] gimpbaseenums.h: point legacy API Lanczos sampler to NoHalo, new GEGL name of LoHalo
- From: Nicolas Robidoux <nrobidoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gimpbaseenums.h: point legacy API Lanczos sampler to NoHalo, new GEGL name of LoHalo
- Date: Tue, 1 Jan 2013 22:35:39 +0000 (UTC)
commit 84bb2703071beef0a4ef8d695c311c143f3b24e6
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date: Tue Jan 1 17:35:35 2013 -0500
gimpbaseenums.h: point legacy API Lanczos sampler to NoHalo, new GEGL name of LoHalo
libgimpbase/gimpbaseenums.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimpbaseenums.h b/libgimpbase/gimpbaseenums.h
index 8dd8a32..4750d21 100644
--- a/libgimpbase/gimpbaseenums.h
+++ b/libgimpbase/gimpbaseenums.h
@@ -258,7 +258,7 @@ typedef enum
GIMP_INTERPOLATION_CUBIC, /*< desc="Cubic" >*/
GIMP_INTERPOLATION_NOHALO, /*< desc="NoHalo" >*/
GIMP_INTERPOLATION_LOHALO, /*< desc="LoHalo" >*/
- GIMP_INTERPOLATION_LANCZOS = GIMP_INTERPOLATION_LOHALO /*< skip */
+ GIMP_INTERPOLATION_LANCZOS = GIMP_INTERPOLATION_NOHALO /*< skip */
} GimpInterpolationType;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]