On Sat, Jun 26, 2010 at 11:08:24AM +0200, Marton Balint wrote:
> @@ -236,7 +196,7 @@
> switch(format){
> case IMGFMT_BGR|15:
> case IMGFMT_BGR|24:
> - case IMGFMT_BGR|32:
> + case IMGFMT_BGRA:
Well, if your previous patch was correct, this is wrong, it should stay
IMGFMT_BGR|32.