From 0883f1b74661a2b1c918810d5bff836e3969ac41 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 12 Sep 2000 05:46:17 +0000 Subject: [PATCH] and enable the fast path again SVN revision: 3403 --- src/rend.c | 3 +-- test/main.c | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rend.c b/src/rend.c index 71a45dd..aed1819 100644 --- a/src/rend.c +++ b/src/rend.c @@ -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); diff --git a/test/main.c b/test/main.c index 360507a..10ed054 100644 --- a/test/main.c +++ b/test/main.c @@ -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++)