summaryrefslogtreecommitdiff
path: root/dmagick/c/draw.d
diff options
context:
space:
mode:
authorMike Wey2016-10-15 16:50:31 +0200
committerMike Wey2016-10-15 16:52:52 +0200
commit907751ab503beb43cf573ef15d338f4bc0255e9f (patch)
treef62797db0296577d8c29aa1efe84f108f64feb8a /dmagick/c/draw.d
parent09076c84ab34d960265e192149becab131c20bce (diff)
Update the headers for Imagemagick 6.9.5
Diffstat (limited to 'dmagick/c/draw.d')
-rw-r--r--dmagick/c/draw.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/dmagick/c/draw.d b/dmagick/c/draw.d
index 40f5cf5..671a131 100644
--- a/dmagick/c/draw.d
+++ b/dmagick/c/draw.d
@@ -437,6 +437,13 @@ extern(C)
double
direction;
}
+
+ static if (MagickLibVersion >= 0x695)
+ {
+ double
+ fill_opacity,
+ stroke_opacity;
+ }
}
struct PrimitiveInfo