}
magick_info=GetMagickInfo(image_info->magick,exception);
if ((magick_info != (const MagickInfo *) NULL) &&
- IfMagickTrue(magick_info->raw))
+ GetMagickRawSupport(magick_info) == MagickTrue)
{
char
geometry[MaxTextExtent];
entry->encoder=(EncodeImageHandler *) WriteXWDImage;
#endif
entry->magick=(IsImageFormatHandler *) IsXWD;
- entry->adjoin=MagickFalse;
+ entry->flags^=Adjoin;
entry->description=ConstantString("X Windows system window dump (color)");
entry->module=ConstantString("XWD");
(void) RegisterMagickInfo(entry);