From cef335019bf361676c82606d407b2947ad44e156 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 23 Oct 2011 21:04:08 +0200 Subject: Alias the symbols from the headers that are used in DMagick, so the user doesn't have to import them separately. --- dmagick/Options.d | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dmagick/Options.d') diff --git a/dmagick/Options.d b/dmagick/Options.d index 40dc560..db4e4e2 100644 --- a/dmagick/Options.d +++ b/dmagick/Options.d @@ -33,6 +33,8 @@ import dmagick.c.quantize; import dmagick.c.quantum; import dmagick.c.type; +private alias dmagick.c.quantize.DitherMethod DitherMethod; + //These symbols are publicly imported by dmagick.Image. private alias dmagick.c.geometry.AffineMatrix AffineMatrix; private alias dmagick.c.colorspace.ColorspaceType ColorspaceType; -- cgit v1.2.3