From d7072eaa717d591043bfb45b2239c69e5a27788e Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 19 May 2018 14:33:36 -0400 Subject: [PATCH] ... --- MagickCore/image.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/image.h b/MagickCore/image.h index 1ccd7e5a0..7820a371b 100644 --- a/MagickCore/image.h +++ b/MagickCore/image.h @@ -273,8 +273,8 @@ struct _Image ping; /* no image data read, just attributes */ MagickBooleanType - Xread_mask, - Xwrite_mask; + read_mask, + write_mask; PixelTrait alpha_trait; /* is transparency channel defined and active */ @@ -357,7 +357,7 @@ struct _Image matte_color; /* current mattecolor attribute */ MagickBooleanType - Xcomposite_mask; + composite_mask; PixelTrait mask_trait; /* apply the clip or composite mask */ -- 2.40.0