summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/scaling-bench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaling-bench.c b/test/scaling-bench.c
index 365e798..9701ee2 100644
--- a/test/scaling-bench.c
+++ b/test/scaling-bench.c
@@ -61,7 +61,7 @@ main ()
{
t1 = gettime();
pixman_image_composite (
- PIXMAN_OP_OVER, src, NULL, dest,
+ PIXMAN_OP_SRC, src, NULL, dest,
scale, scale, 0, 0, 0, 0, dest_width, dest_height);
t2 = gettime();
if (t < 0 || t2 - t1 < t)