fix masks over network

SVN revision: 3521
This commit is contained in:
Carsten Haitzler 2000-09-18 01:34:11 +00:00
parent f93e8368ae
commit 24a1af7ee0
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ __imlib_RenderImage(Display *d, ImlibImage *im,
if (back) free(back);
return;
}
memset(mxim->data, 0, mxim->bytes_per_line * mxim->height);
}
/* if we are scaling the image at all make a scaling buffer */
if (scaleinfo)