summaryrefslogtreecommitdiff
path: root/dmagick/c/morphology.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/morphology.d')
-rw-r--r--dmagick/c/morphology.d7
1 files changed, 6 insertions, 1 deletions
diff --git a/dmagick/c/morphology.d b/dmagick/c/morphology.d
index 692a833..4a30495 100644
--- a/dmagick/c/morphology.d
+++ b/dmagick/c/morphology.d
@@ -219,10 +219,15 @@ extern(C)
{
void ScaleGeometryKernelInfo(KernelInfo*, const(char)*);
}
- else static if ( MagickLibVersion == 0x661 )
+ static if ( MagickLibVersion == 0x661 || MagickLibVersion >= 0x691 )
{
void ScaleKernelInfo(KernelInfo*, const double, const GeometryFlags);
}
void ShowKernelInfo(const(KernelInfo)*);
+
+ static if ( MagickLibVersion >= 0x691 )
+ {
+ void UnityAddKernelInfo(KernelInfo*, const double);
+ }
}