Drop support for Imagemagick version < 7

Had to do a few modifications to get WM to build with Imagemagick 7.

Attached is the diff from the latest git checkout.

Cheers,
Stig
This commit is contained in:
Stig-Ørjan Smelror
2019-02-12 19:14:01 +00:00
committed by Carlos R. Mafra
parent 5a95631091
commit 1dace5699f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#include "config.h"
#include <wand/MagickWand.h>
#include <MagickWand/MagickWand.h>
#include "wraster.h"
#include "imgformat.h"