[gimp] libgimpbase: exclude GIMP_INTERPOLATION_LANCZOS from the PDB again
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpbase: exclude GIMP_INTERPOLATION_LANCZOS from the PDB again
- Date: Thu, 24 Apr 2014 21:11:05 +0000 (UTC)
commit 0a9dc8b297ac8c99730e1d553823dc029d6260e9
Author: Michael Natterer <mitch gimp org>
Date: Thu Apr 24 23:04:52 2014 +0200
libgimpbase: exclude GIMP_INTERPOLATION_LANCZOS from the PDB again
An unmentioned fix in the previous commit to this file made it visible
to the PDB.
libgimpbase/gimpbaseenums.h | 2 +-
tools/pdbgen/enums.pl | 8 +++-----
2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/libgimpbase/gimpbaseenums.h b/libgimpbase/gimpbaseenums.h
index bd18a60..56a97be 100644
--- a/libgimpbase/gimpbaseenums.h
+++ b/libgimpbase/gimpbaseenums.h
@@ -259,7 +259,7 @@ typedef enum
GIMP_INTERPOLATION_CUBIC, /*< desc="Cubic" >*/
GIMP_INTERPOLATION_NOHALO, /*< desc="NoHalo" >*/
GIMP_INTERPOLATION_LOHALO, /*< desc="LoHalo" >*/
- GIMP_INTERPOLATION_LANCZOS = GIMP_INTERPOLATION_NOHALO /*< skip >*/
+ GIMP_INTERPOLATION_LANCZOS = GIMP_INTERPOLATION_NOHALO /*< skip, pdb-skip >*/
} GimpInterpolationType;
diff --git a/tools/pdbgen/enums.pl b/tools/pdbgen/enums.pl
index 1cb0d0c..8fef2b6 100644
--- a/tools/pdbgen/enums.pl
+++ b/tools/pdbgen/enums.pl
@@ -175,18 +175,16 @@ package Gimp::CodeGen::enums;
GIMP_INDEXEDA_IMAGE => '5' }
},
GimpInterpolationType =>
- { contig => 0,
+ { contig => 1,
header => 'libgimpbase/gimpbaseenums.h',
symbols => [ qw(GIMP_INTERPOLATION_NONE GIMP_INTERPOLATION_LINEAR
GIMP_INTERPOLATION_CUBIC GIMP_INTERPOLATION_NOHALO
- GIMP_INTERPOLATION_LOHALO
- GIMP_INTERPOLATION_LANCZOS) ],
+ GIMP_INTERPOLATION_LOHALO) ],
mapping => { GIMP_INTERPOLATION_NONE => '0',
GIMP_INTERPOLATION_LINEAR => '1',
GIMP_INTERPOLATION_CUBIC => '2',
GIMP_INTERPOLATION_NOHALO => '3',
- GIMP_INTERPOLATION_LOHALO => '4',
- GIMP_INTERPOLATION_LANCZOS => 'GIMP_INTERPOLATION_NOHALO' }
+ GIMP_INTERPOLATION_LOHALO => '4' }
},
GimpPaintApplicationMode =>
{ contig => 1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]