Never mind. I fixed the bugger.

SVN revision: 2533
This commit is contained in:
Michael Jennings 2000-04-25 03:29:48 +00:00
parent bc4976e023
commit 889d16f8e1
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ __imlib_RenderImage(Display *d, ImlibImage *im,
/* scale in LINESIZE Y chunks and convert to depth*/
/*\ Get rgba and mask functions for XImage rendering \*/
rgbaer = __imlib_GetRGBAFunction(actual_depth, bgr, hiq, ct->palette_type);
if (m) masker = __imlib_GetMaskFunction(hiq);
if (m) masker = __imlib_GetMaskFunction(dither_mask);
for (y = 0; y < dh; y += LINESIZE)
{
hh = LINESIZE;