and enable the fast path again

SVN revision: 3403
This commit is contained in:
Carsten Haitzler 2000-09-12 05:46:17 +00:00
parent 356c4db490
commit 0883f1b746
2 changed files with 2 additions and 2 deletions

View File

@ -290,8 +290,7 @@ __imlib_RenderImage(Display *d, ImlibImage *im,
jump = 0;
}
/* once scaled... convert chunk to bit depth into XImage bufer */
/* if (rgbaer)*/
if (0)
if (rgbaer)
rgbaer(pointer, jump,
((DATA8 *)xim->data) + (y * (xim->bytes_per_line)),
xim->bytes_per_line, dw, hh, dx, dy + y);

View File

@ -988,6 +988,7 @@ int main (int argc, char **argv)
}
else
{
printf("blast test\n");
pixels = 0;
imlib_context_set_color_modifier(colormod);
for (i = 0; i < w; i++)