svn path=/trunk/netsurf/; revision=6654
This commit is contained in:
Adrian Lees 2009-02-27 02:32:01 +00:00
parent fb8d920646
commit 4cf1a9f36b

View File

@ -50,7 +50,7 @@ bool fb_plotters_bitmap_tile(int x, int y,
/* alpha blend two pixels together */
static inline colour fb_plotters_ablend(colour pixel, colour scrpixel)
{
#if 0
#if 1
int opacity = (pixel >> 24) & 0xFF;
int r,g,b;