[gimp/soc-2011-seamless-clone2] gimpbaseenums.h: point legacy API Lanczos sampler to NoHalo, new GEGL name of LoHalo



commit e496a8e89f86c5198336a5ed65b61c3302a4f95e
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]