Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jun 16, 2019
1 parent 37c442d commit ab91bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MagickCore/xwindow.c
Expand Up @@ -5528,6 +5528,7 @@ MagickPrivate MagickBooleanType XMakeImage(Display *display,
segment_info[1].shmaddr=(char *) NULL;
ximage=XShmCreateImage(display,window->visual,(unsigned int) depth,format,
(char *) NULL,&segment_info[1],width,height);
length=0;
if (ximage == (XImage *) NULL)
window->shared_memory=MagickFalse;
else
Expand Down

0 comments on commit ab91bfd

Please sign in to comment.