diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-16 19:25:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-17 09:20:44 +0100 |
commit | 01c5424aa65a52b774c71a80ba1cbc1caa41b8ab (patch) | |
tree | 141833d35e3b67874811ead6d303cc4357dc2519 /recipes/xorg-lib/pixman | |
parent | d3a29410109b3d8c7e7884d459334a744fbf97bf (diff) |
pixman git: fix typo in patch
Diffstat (limited to 'recipes/xorg-lib/pixman')
-rw-r--r-- | recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch b/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch index 6be7b9312c..962b4e03e2 100644 --- a/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch +++ b/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch @@ -274,7 +274,7 @@ index 4d26b0f..6607a47 100644 + 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, \ |