summaryrefslogtreecommitdiff
path: root/dmagick/c/morphology.d
diff options
context:
space:
mode:
authorMike Wey2015-05-09 15:46:51 +0200
committerMike Wey2015-05-09 15:46:51 +0200
commit3abd6300bd707b5647f9c8d28fa5b83af128557d (patch)
tree5ffe2e2e6fb5ef01b36a608164bef77aeeb69b58 /dmagick/c/morphology.d
parentec8851cf174b2215441ddb377eb7a9ef33f1b3c0 (diff)
Update the headers for Imagemagick 6.9.1ImageMagick_6.9.1
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);
+ }
}