From a5b51bb03c5c1258d7558efa13eca6c570e34ce6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 17 Mar 2010 11:58:05 +0100 Subject: [PATCH] Use the right format for the OVER_8888_565 fast path --- pixman/pixman-fast-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-fast-path.c b/pixman/pixman-fast-path.c index 6607a47..5b8ff5c 100644 --- a/pixman/pixman-fast-path.c +++ b/pixman/pixman-fast-path.c @@ -1836,7 +1836,7 @@ static const pixman_fast_path_t c_fast_paths[] = SIMPLE_NEAREST_FAST_PATH (OVER, a8r8g8b8, a8r8g8b8, x888_x888), SIMPLE_NEAREST_FAST_PATH (OVER, a8b8g8r8, a8b8g8r8, x888_x888), - SIMPLE_NEAREST_FAST_PATH (OVER, a8b8g8r8, r5g6b5, 8888_565), + SIMPLE_NEAREST_FAST_PATH (OVER, a8r8g8b8, r5g6b5, 8888_565), #define NEAREST_FAST_PATH(op,s,d) \ { PIXMAN_OP_ ## op, \ -- 2.7.4