mirror of
https://github.com/gryf/wmaker.git
synced 2026-05-04 15:20:54 +02:00
8e0ec489a8
It looks like that the function 'MagickGetImagePixels' is part of the "deprecate.h" header, at least in ImageMagick 6.8.8. As it is not used in WRaster's code, it is safer to actually check for 'NewMagickWand' that is being used and which is not yet deprecated. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>