mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 01:09:39 +03:00
Take two
svn path=/trunk/netsurf/; revision=6654
This commit is contained in:
parent
fb8d920646
commit
4cf1a9f36b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user