]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 18 Sep 2011 02:14:00 +0000 (02:14 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 18 Sep 2011 02:14:00 +0000 (02:14 +0000)
MagickCore/xwindow.c

index a4edffbfa2052066789a9a9e97cbb1c3031bbc4f..33a3e48d413730c1d9735ec3671b2b76cec68fb5 100644 (file)
@@ -2493,7 +2493,7 @@ MagickPrivate MagickBooleanType XDrawImage(Display *display,
             Set this pixel to the background color.
           */
           SetPixelPacket(draw_image,&draw_image->background_color,q);
-          SetPixelAlpha(draw_image,(Quantum) (draw_info->stencil == 
+          SetPixelAlpha(draw_image,(Quantum) (draw_info->stencil ==
             OpaqueStencil ? TransparentAlpha : OpaqueAlpha),q);
         }
       else